Html Css Color HEX #D4E98D Sulu

📋 copy color: '#D4E98D'

red 212 ◦ green 233 ◦ blue 141

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

Shades of Sulu #D4E98D

Tints of Sulu #D4E98D

RGB

 RED value IS 212 (83.2% from 255) = 36.18%

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

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

R = 36.18%
G = 39.76%
B = 24.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#D4E98D (or 0xD4E98D) is known color: Sulu. HEX triplet: D4, E9 and 8D. RGB value is (212,233,141). Sum of RGB (Red+Green+Blue) = 212+233+141=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 233 (91.41% from 255 or 39.76% from 586); Blue value is 141 (55.47% from 255 or 24.06% from 586); Max value from RGB is 233 - color contains mainly: green. Hex color #D4E98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4E98D is #2B1672. Grayscale: #D8D8D8. Windows color (decimal): -2823795 or 9300436. OLE color: 9300436.

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

Color convert

RGB 212 233 141 -
CMYK 0.09 0 0.39 0.09
HSL 73.7º 0.68% 0.73% -
HSV(B) 73.7º 0.39% 0.91% -
XYZ 61.1 74.2 36.3 -
YUV 216.23 85.54 124.98 -
System Red Green Blue C M Y K H S L
Decimal 212 233 141 0.09 0 0.39 0.09 73.7 0.68 0.73
Hex D4 E9 8D 9 0 27 9 4A 44 49
Octal 324 351 215 11 0 47 11 112 104 111
Binary 11010100 11101001 10001101 1001 0 100111 1001 1001010 1000100 1001001

Color Harmonies of #D4E98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E98D

Black with #D4E98D

Text Example


Text Example

White with #D4E98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E98D; }

 p { color: rgb(212,233,141); }

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

background-color css

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

 a { background-color: rgb(212,233,141); }

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

border-color css

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

 span { border-color: rgb(212,233,141); }

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