Html Css Color HEX #DAF683 Sulu

📋 copy color: '#DAF683'

red 218 ◦ green 246 ◦ blue 131

#DAF683
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #DAF683

Tints of Sulu #DAF683

RGB

 RED value IS 218 (85.55% from 255) = 36.64%

 GREEN value IS 246 (96.48% from 255) = 41.34%

 BLUE value IS 131 (51.56% from 255) = 22.02%

R = 36.64%
G = 41.34%
B = 22.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DAF683 (or 0xDAF683) is known color: Sulu. HEX triplet: DA, F6 and 83. RGB value is (218,246,131). Sum of RGB (Red+Green+Blue) = 218+246+131=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 246 (96.48% from 255 or 41.34% from 595); Blue value is 131 (51.56% from 255 or 22.02% from 595); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF683 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF683 is #25097C. Grayscale: #E0E0E0. Windows color (decimal): -2427261 or 8648410. OLE color: 8648410.

HSL color Cylindrical-coordinate representation of color #DAF683: hue angle of 74.61º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DAF683 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 246 131 -
CMYK 0.11 0 0.47 0.04
HSL 74.61º 0.86% 0.74% -
HSV(B) 74.61º 0.47% 0.96% -
XYZ 65.97 82.46 33.91 -
YUV 224.52 75.22 123.35 -
System Red Green Blue C M Y K H S L
Decimal 218 246 131 0.11 0 0.47 0.04 74.61 0.86 0.74
Hex DA F6 83 B 0 2F 4 4B 56 4A
Octal 332 366 203 13 0 57 4 113 126 112
Binary 11011010 11110110 10000011 1011 0 101111 100 1001011 1010110 1001010

Color Harmonies of #DAF683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF683

Black with #DAF683

Text Example


Text Example

White with #DAF683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF683; }

 p { color: rgb(218,246,131); }

 H1.HeaderClassName
 {
   color: #DAF683;
 }
 .AnyTagClassName
 {
   color: #DAF683;
 }
</style>

background-color css

<style>
 a { background-color: #DAF683; }

 a { background-color: rgb(218,246,131); }

 div.DivClassName
 {
   background-color: #DAF683;
 }
 .BgClassName
 {
   background-color: #DAF683;
 }
</style>

border-color css

<style>
 span { border-color: #DAF683; }

 span { border-color: rgb(218,246,131); }

 td.TdClassName
 {
   border-color: #DAF683;
 }
 .TagClassName
 {
   border-color: #DAF683;
 }
</style>