Html Css Color HEX #D0EE7F Sulu

📋 copy color: '#D0EE7F'

red 208 ◦ green 238 ◦ blue 127

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

Shades of Sulu #D0EE7F

Tints of Sulu #D0EE7F

RGB

 RED value IS 208 (81.64% from 255) = 36.3%

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

 BLUE value IS 127 (50% from 255) = 22.16%

R = 36.3%
G = 41.54%
B = 22.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#D0EE7F (or 0xD0EE7F) is known color: Sulu. HEX triplet: D0, EE and 7F. RGB value is (208,238,127). Sum of RGB (Red+Green+Blue) = 208+238+127=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 127 (50% from 255 or 22.16% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EE7F is #2F1180. Grayscale: #D8D8D8. Windows color (decimal): -3084673 or 8384208. OLE color: 8384208.

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

Color convert

RGB 208 238 127 -
CMYK 0.13 0 0.47 0.07
HSL 76.22º 0.77% 0.72% -
HSV(B) 76.22º 0.47% 0.93% -
XYZ 60.42 76.09 31.58 -
YUV 216.38 77.56 122.03 -
System Red Green Blue C M Y K H S L
Decimal 208 238 127 0.13 0 0.47 0.07 76.22 0.77 0.72
Hex D0 EE 7F D 0 2F 7 4C 4D 48
Octal 320 356 177 15 0 57 7 114 115 110
Binary 11010000 11101110 1111111 1101 0 101111 111 1001100 1001101 1001000

Color Harmonies of #D0EE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EE7F

Black with #D0EE7F

Text Example


Text Example

White with #D0EE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EE7F; }

 p { color: rgb(208,238,127); }

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

background-color css

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

 a { background-color: rgb(208,238,127); }

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

border-color css

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

 span { border-color: rgb(208,238,127); }

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