Html Css Color HEX #D2E98C Sulu

📋 copy color: '#D2E98C'

red 210 ◦ green 233 ◦ blue 140

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

Shades of Sulu #D2E98C

Tints of Sulu #D2E98C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.97%

 BLUE value IS 140 (55.08% from 255) = 24.01%

R = 36.02%
G = 39.97%
B = 24.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#D2E98C (or 0xD2E98C) is known color: Sulu. HEX triplet: D2, E9 and 8C. RGB value is (210,233,140). Sum of RGB (Red+Green+Blue) = 210+233+140=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 140 (55.08% from 255 or 24.01% from 583); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E98C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2E98C is #2D1673. Grayscale: #D7D7D7. Windows color (decimal): -2954868 or 9234898. OLE color: 9234898.

HSL color Cylindrical-coordinate representation of color #D2E98C: hue angle of 74.84º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2E98C is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 210 233 140 -
CMYK 0.10 0 0.40 0.09
HSL 74.84º 0.68% 0.73% -
HSV(B) 74.84º 0.4% 0.91% -
XYZ 60.45 73.87 35.88 -
YUV 215.52 85.38 124.06 -
System Red Green Blue C M Y K H S L
Decimal 210 233 140 0.10 0 0.40 0.09 74.84 0.68 0.73
Hex D2 E9 8C A 0 28 9 4B 44 49
Octal 322 351 214 12 0 50 11 113 104 111
Binary 11010010 11101001 10001100 1010 0 101000 1001 1001011 1000100 1001001

Color Harmonies of #D2E98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E98C

Black with #D2E98C

Text Example


Text Example

White with #D2E98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E98C; }

 p { color: rgb(210,233,140); }

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

background-color css

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

 a { background-color: rgb(210,233,140); }

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

border-color css

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

 span { border-color: rgb(210,233,140); }

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