Html Css Color HEX #D9E98D Primrose

📋 copy color: '#D9E98D'

red 217 ◦ green 233 ◦ blue 141

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

Shades of Primrose #D9E98D

Tints of Primrose #D9E98D

RGB

 RED value IS 217 (85.16% from 255) = 36.72%

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

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

R = 36.72%
G = 39.42%
B = 23.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#D9E98D (or 0xD9E98D) is known color: Primrose. HEX triplet: D9, E9 and 8D. RGB value is (217,233,141). Sum of RGB (Red+Green+Blue) = 217+233+141=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 233 (91.41% from 255 or 39.42% from 591); Blue value is 141 (55.47% from 255 or 23.86% from 591); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9E98D is #261672. Grayscale: #DADADA. Windows color (decimal): -2496115 or 9300441. OLE color: 9300441.

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

Color convert

RGB 217 233 141 -
CMYK 0.07 0 0.39 0.09
HSL 70.43º 0.68% 0.73% -
HSV(B) 70.43º 0.39% 0.91% -
XYZ 62.56 74.95 36.37 -
YUV 217.73 84.7 127.48 -
System Red Green Blue C M Y K H S L
Decimal 217 233 141 0.07 0 0.39 0.09 70.43 0.68 0.73
Hex D9 E9 8D 7 0 27 9 46 44 49
Octal 331 351 215 7 0 47 11 106 104 111
Binary 11011001 11101001 10001101 111 0 100111 1001 1000110 1000100 1001001

Color Harmonies of #D9E98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E98D

Black with #D9E98D

Text Example


Text Example

White with #D9E98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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