Html Css Color HEX #D5E28C Primrose

📋 copy color: '#D5E28C'

red 213 ◦ green 226 ◦ blue 140

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

Shades of Primrose #D5E28C

Tints of Primrose #D5E28C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.03%

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

R = 36.79%
G = 39.03%
B = 24.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#D5E28C (or 0xD5E28C) is known color: Primrose. HEX triplet: D5, E2 and 8C. RGB value is (213,226,140). Sum of RGB (Red+Green+Blue) = 213+226+140=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 226 - color contains mainly: green. Hex color #D5E28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E28C is #2A1D73. Grayscale: #D4D4D4. Windows color (decimal): -2760052 or 9233109. OLE color: 9233109.

HSL color Cylindrical-coordinate representation of color #D5E28C: hue angle of 69.07º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5E28C is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 226 140 -
CMYK 0.06 0 0.38 0.11
HSL 69.07º 0.6% 0.72% -
HSV(B) 69.07º 0.38% 0.89% -
XYZ 59.37 70.43 35.28 -
YUV 212.31 87.19 128.49 -
System Red Green Blue C M Y K H S L
Decimal 213 226 140 0.06 0 0.38 0.11 69.07 0.6 0.72
Hex D5 E2 8C 6 0 26 B 45 3C 48
Octal 325 342 214 6 0 46 13 105 74 110
Binary 11010101 11100010 10001100 110 0 100110 1011 1000101 111100 1001000

Color Harmonies of #D5E28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E28C

Black with #D5E28C

Text Example


Text Example

White with #D5E28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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