Html Css Color HEX #D0E17F Sulu

📋 copy color: '#D0E17F'

red 208 ◦ green 225 ◦ blue 127

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

Shades of Sulu #D0E17F

Tints of Sulu #D0E17F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.18%

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

R = 37.14%
G = 40.18%
B = 22.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#D0E17F (or 0xD0E17F) is known color: Sulu. HEX triplet: D0, E1 and 7F. RGB value is (208,225,127). Sum of RGB (Red+Green+Blue) = 208+225+127=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 127 (50% from 255 or 22.68% from 560); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E17F is #2F1E80. Grayscale: #D1D1D1. Windows color (decimal): -3088001 or 8380880. OLE color: 8380880.

HSL color Cylindrical-coordinate representation of color #D0E17F: hue angle of 70.41º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0E17F is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 225 127 -
CMYK 0.08 0 0.44 0.12
HSL 70.41º 0.62% 0.69% -
HSV(B) 70.41º 0.44% 0.88% -
XYZ 56.77 68.79 30.36 -
YUV 208.75 81.87 127.47 -
System Red Green Blue C M Y K H S L
Decimal 208 225 127 0.08 0 0.44 0.12 70.41 0.62 0.69
Hex D0 E1 7F 8 0 2C C 46 3E 45
Octal 320 341 177 10 0 54 14 106 76 105
Binary 11010000 11100001 1111111 1000 0 101100 1100 1000110 111110 1000101

Color Harmonies of #D0E17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E17F

Black with #D0E17F

Text Example


Text Example

White with #D0E17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E17F; }

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

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

background-color css

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

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

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

border-color css

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

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

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