Html Css Color HEX #D2E18D Sulu

📋 copy color: '#D2E18D'

red 210 ◦ green 225 ◦ blue 141

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

Shades of Sulu #D2E18D

Tints of Sulu #D2E18D

RGB

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

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

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

R = 36.46%
G = 39.06%
B = 24.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#D2E18D (or 0xD2E18D) is known color: Sulu. HEX triplet: D2, E1 and 8D. RGB value is (210,225,141). Sum of RGB (Red+Green+Blue) = 210+225+141=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E18D is #2D1E72. Grayscale: #D3D3D3. Windows color (decimal): -2956915 or 9298386. OLE color: 9298386.

HSL color Cylindrical-coordinate representation of color #D2E18D: hue angle of 70.71º 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 #D2E18D is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 225 141 -
CMYK 0.07 0 0.37 0.12
HSL 70.71º 0.58% 0.72% -
HSV(B) 70.71º 0.37% 0.88% -
XYZ 58.31 69.48 35.54 -
YUV 210.94 88.53 127.33 -
System Red Green Blue C M Y K H S L
Decimal 210 225 141 0.07 0 0.37 0.12 70.71 0.58 0.72
Hex D2 E1 8D 7 0 25 C 47 3A 48
Octal 322 341 215 7 0 45 14 107 72 110
Binary 11010010 11100001 10001101 111 0 100101 1100 1000111 111010 1001000

Color Harmonies of #D2E18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E18D

Black with #D2E18D

Text Example


Text Example

White with #D2E18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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