Html Css Color HEX #D6EA83 Sulu

📋 copy color: '#D6EA83'

red 214 ◦ green 234 ◦ blue 131

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

Shades of Sulu #D6EA83

Tints of Sulu #D6EA83

RGB

 RED value IS 214 (83.98% from 255) = 36.96%

 GREEN value IS 234 (91.8% from 255) = 40.41%

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

R = 36.96%
G = 40.41%
B = 22.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#D6EA83 (or 0xD6EA83) is known color: Sulu. HEX triplet: D6, EA and 83. RGB value is (214,234,131). Sum of RGB (Red+Green+Blue) = 214+234+131=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 131 (51.56% from 255 or 22.63% from 579); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EA83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EA83 is #29157C. Grayscale: #D8D8D8. Windows color (decimal): -2692477 or 8645334. OLE color: 8645334.

HSL color Cylindrical-coordinate representation of color #D6EA83: hue angle of 71.65º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6EA83 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 234 131 -
CMYK 0.09 0 0.44 0.08
HSL 71.65º 0.71% 0.72% -
HSV(B) 71.65º 0.44% 0.92% -
XYZ 61.25 74.78 32.68 -
YUV 216.28 79.87 126.38 -
System Red Green Blue C M Y K H S L
Decimal 214 234 131 0.09 0 0.44 0.08 71.65 0.71 0.72
Hex D6 EA 83 9 0 2C 8 48 47 48
Octal 326 352 203 11 0 54 10 110 107 110
Binary 11010110 11101010 10000011 1001 0 101100 1000 1001000 1000111 1001000

Color Harmonies of #D6EA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EA83

Black with #D6EA83

Text Example


Text Example

White with #D6EA83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EA83; }

 p { color: rgb(214,234,131); }

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

background-color css

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

 a { background-color: rgb(214,234,131); }

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

border-color css

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

 span { border-color: rgb(214,234,131); }

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