Html Css Color HEX #D5E98C Sulu

📋 copy color: '#D5E98C'

red 213 ◦ green 233 ◦ blue 140

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

Shades of Sulu #D5E98C

Tints of Sulu #D5E98C

RGB

 RED value IS 213 (83.59% from 255) = 36.35%

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

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

R = 36.35%
G = 39.76%
B = 23.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#D5E98C (or 0xD5E98C) is known color: Sulu. HEX triplet: D5, E9 and 8C. RGB value is (213,233,140). Sum of RGB (Red+Green+Blue) = 213+233+140=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 233 (91.41% from 255 or 39.76% from 586); Blue value is 140 (55.08% from 255 or 23.89% from 586); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E98C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5E98C is #2A1673. Grayscale: #D8D8D8. Windows color (decimal): -2758260 or 9234901. OLE color: 9234901.

HSL color Cylindrical-coordinate representation of color #D5E98C: hue angle of 72.9º 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 #D5E98C is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 233 140 -
CMYK 0.09 0 0.40 0.09
HSL 72.9º 0.68% 0.73% -
HSV(B) 72.9º 0.4% 0.91% -
XYZ 61.31 74.32 35.92 -
YUV 216.42 84.87 125.56 -
System Red Green Blue C M Y K H S L
Decimal 213 233 140 0.09 0 0.40 0.09 72.9 0.68 0.73
Hex D5 E9 8C 9 0 28 9 49 44 49
Octal 325 351 214 11 0 50 11 111 104 111
Binary 11010101 11101001 10001100 1001 0 101000 1001 1001001 1000100 1001001

Color Harmonies of #D5E98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E98C

Black with #D5E98C

Text Example


Text Example

White with #D5E98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E98C; }

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

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

background-color css

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

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

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

border-color css

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

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

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