Html Css Color HEX #D2EE7E Sulu

📋 copy color: '#D2EE7E'

red 210 ◦ green 238 ◦ blue 126

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

Shades of Sulu #D2EE7E

Tints of Sulu #D2EE7E

RGB

 RED value IS 210 (82.42% from 255) = 36.59%

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

 BLUE value IS 126 (49.61% from 255) = 21.95%

R = 36.59%
G = 41.46%
B = 21.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#D2EE7E (or 0xD2EE7E) is known color: Sulu. HEX triplet: D2, EE and 7E. RGB value is (210,238,126). Sum of RGB (Red+Green+Blue) = 210+238+126=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 238 (93.36% from 255 or 41.46% from 574); Blue value is 126 (49.61% from 255 or 21.95% from 574); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EE7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EE7E is #2D1181. Grayscale: #D9D9D9. Windows color (decimal): -2953602 or 8318674. OLE color: 8318674.

HSL color Cylindrical-coordinate representation of color #D2EE7E: hue angle of 75º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D2EE7E is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 238 126 -
CMYK 0.12 0 0.47 0.07
HSL 75º 0.77% 0.71% -
HSV(B) 75º 0.47% 0.93% -
XYZ 60.92 76.36 31.27 -
YUV 216.86 76.72 123.11 -
System Red Green Blue C M Y K H S L
Decimal 210 238 126 0.12 0 0.47 0.07 75 0.77 0.71
Hex D2 EE 7E C 0 2F 7 4B 4D 47
Octal 322 356 176 14 0 57 7 113 115 107
Binary 11010010 11101110 1111110 1100 0 101111 111 1001011 1001101 1000111

Color Harmonies of #D2EE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EE7E

Black with #D2EE7E

Text Example


Text Example

White with #D2EE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EE7E; }

 p { color: rgb(210,238,126); }

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

background-color css

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

 a { background-color: rgb(210,238,126); }

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

border-color css

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

 span { border-color: rgb(210,238,126); }

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