Html Css Color HEX #D0E57C Sulu

📋 copy color: '#D0E57C'

red 208 ◦ green 229 ◦ blue 124

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

Shades of Sulu #D0E57C

Tints of Sulu #D0E57C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.82%

 BLUE value IS 124 (48.83% from 255) = 22.1%

R = 37.08%
G = 40.82%
B = 22.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#D0E57C (or 0xD0E57C) is known color: Sulu. HEX triplet: D0, E5 and 7C. RGB value is (208,229,124). Sum of RGB (Red+Green+Blue) = 208+229+124=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 229 (89.84% from 255 or 40.82% from 561); Blue value is 124 (48.83% from 255 or 22.10% from 561); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E57C is #2F1A83. Grayscale: #D3D3D3. Windows color (decimal): -3086980 or 8185296. OLE color: 8185296.

HSL color Cylindrical-coordinate representation of color #D0E57C: hue angle of 72º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0E57C is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 229 124 -
CMYK 0.09 0 0.46 0.10
HSL 72º 0.67% 0.69% -
HSV(B) 72º 0.46% 0.9% -
XYZ 57.67 70.9 29.72 -
YUV 210.75 79.04 126.04 -
System Red Green Blue C M Y K H S L
Decimal 208 229 124 0.09 0 0.46 0.10 72 0.67 0.69
Hex D0 E5 7C 9 0 2E A 48 43 45
Octal 320 345 174 11 0 56 12 110 103 105
Binary 11010000 11100101 1111100 1001 0 101110 1010 1001000 1000011 1000101

Color Harmonies of #D0E57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E57C

Black with #D0E57C

Text Example


Text Example

White with #D0E57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E57C; }

 p { color: rgb(208,229,124); }

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

background-color css

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

 a { background-color: rgb(208,229,124); }

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

border-color css

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

 span { border-color: rgb(208,229,124); }

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