Html Css Color HEX #D0E18D Sulu

📋 copy color: '#D0E18D'

red 208 ◦ green 225 ◦ blue 141

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

Shades of Sulu #D0E18D

Tints of Sulu #D0E18D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.56%

R = 36.24%
G = 39.2%
B = 24.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#D0E18D (or 0xD0E18D) is known color: Sulu. HEX triplet: D0, E1 and 8D. RGB value is (208,225,141). Sum of RGB (Red+Green+Blue) = 208+225+141=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E18D is #2F1E72. Grayscale: #D2D2D2. Windows color (decimal): -3087987 or 9298384. OLE color: 9298384.

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

Color convert

RGB 208 225 141 -
CMYK 0.08 0 0.37 0.12
HSL 72.14º 0.58% 0.72% -
HSV(B) 72.14º 0.37% 0.88% -
XYZ 57.75 69.18 35.51 -
YUV 210.34 88.87 126.33 -
System Red Green Blue C M Y K H S L
Decimal 208 225 141 0.08 0 0.37 0.12 72.14 0.58 0.72
Hex D0 E1 8D 8 0 25 C 48 3A 48
Octal 320 341 215 10 0 45 14 110 72 110
Binary 11010000 11100001 10001101 1000 0 100101 1100 1001000 111010 1001000

Color Harmonies of #D0E18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E18D

Black with #D0E18D

Text Example


Text Example

White with #D0E18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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