Html Css Color HEX #D6EE82 Sulu

📋 copy color: '#D6EE82'

red 214 ◦ green 238 ◦ blue 130

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

Shades of Sulu #D6EE82

Tints of Sulu #D6EE82

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.89%

 BLUE value IS 130 (51.17% from 255) = 22.34%

R = 36.77%
G = 40.89%
B = 22.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#D6EE82 (or 0xD6EE82) is known color: Sulu. HEX triplet: D6, EE and 82. RGB value is (214,238,130). Sum of RGB (Red+Green+Blue) = 214+238+130=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 238 (93.36% from 255 or 40.89% from 582); Blue value is 130 (51.17% from 255 or 22.34% from 582); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EE82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EE82 is #29117D. Grayscale: #DADADA. Windows color (decimal): -2691454 or 8580822. OLE color: 8580822.

HSL color Cylindrical-coordinate representation of color #D6EE82: hue angle of 73.33º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6EE82 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 238 130 -
CMYK 0.10 0 0.45 0.07
HSL 73.33º 0.76% 0.72% -
HSV(B) 73.33º 0.45% 0.93% -
XYZ 62.34 77.06 32.71 -
YUV 218.51 78.05 124.78 -
System Red Green Blue C M Y K H S L
Decimal 214 238 130 0.10 0 0.45 0.07 73.33 0.76 0.72
Hex D6 EE 82 A 0 2D 7 49 4C 48
Octal 326 356 202 12 0 55 7 111 114 110
Binary 11010110 11101110 10000010 1010 0 101101 111 1001001 1001100 1001000

Color Harmonies of #D6EE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EE82

Black with #D6EE82

Text Example


Text Example

White with #D6EE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EE82; }

 p { color: rgb(214,238,130); }

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

background-color css

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

 a { background-color: rgb(214,238,130); }

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

border-color css

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

 span { border-color: rgb(214,238,130); }

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