Html Css Color HEX #D5E18B Primrose

📋 copy color: '#D5E18B'

red 213 ◦ green 225 ◦ blue 139

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

Shades of Primrose #D5E18B

Tints of Primrose #D5E18B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.99%

 BLUE value IS 139 (54.69% from 255) = 24.09%

R = 36.92%
G = 38.99%
B = 24.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#D5E18B (or 0xD5E18B) is known color: Primrose. HEX triplet: D5, E1 and 8B. RGB value is (213,225,139). Sum of RGB (Red+Green+Blue) = 213+225+139=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 225 (88.28% from 255 or 38.99% from 577); Blue value is 139 (54.69% from 255 or 24.09% from 577); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E18B is #2A1E74. Grayscale: #D3D3D3. Windows color (decimal): -2760309 or 9167317. OLE color: 9167317.

HSL color Cylindrical-coordinate representation of color #D5E18B: hue angle of 68.37º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5E18B is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 225 139 -
CMYK 0.05 0 0.38 0.12
HSL 68.37º 0.59% 0.71% -
HSV(B) 68.37º 0.38% 0.88% -
XYZ 59.03 69.86 34.8 -
YUV 211.61 87.02 128.99 -
System Red Green Blue C M Y K H S L
Decimal 213 225 139 0.05 0 0.38 0.12 68.37 0.59 0.71
Hex D5 E1 8B 5 0 26 C 44 3B 47
Octal 325 341 213 5 0 46 14 104 73 107
Binary 11010101 11100001 10001011 101 0 100110 1100 1000100 111011 1000111

Color Harmonies of #D5E18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E18B

Black with #D5E18B

Text Example


Text Example

White with #D5E18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E18B; }

 p { color: rgb(213,225,139); }

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

background-color css

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

 a { background-color: rgb(213,225,139); }

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

border-color css

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

 span { border-color: rgb(213,225,139); }

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