Html Css Color HEX #D7E08A Primrose

📋 copy color: '#D7E08A'

red 215 ◦ green 224 ◦ blue 138

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

Shades of Primrose #D7E08A

Tints of Primrose #D7E08A

RGB

 RED value IS 215 (84.38% from 255) = 37.26%

 GREEN value IS 224 (87.89% from 255) = 38.82%

 BLUE value IS 138 (54.3% from 255) = 23.92%

R = 37.26%
G = 38.82%
B = 23.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#D7E08A (or 0xD7E08A) is known color: Primrose. HEX triplet: D7, E0 and 8A. RGB value is (215,224,138). Sum of RGB (Red+Green+Blue) = 215+224+138=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 224 (87.89% from 255 or 38.82% from 577); Blue value is 138 (54.30% from 255 or 23.92% from 577); Max value from RGB is 224 - color contains mainly: green. Hex color #D7E08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7E08A is #281F75. Grayscale: #D3D3D3. Windows color (decimal): -2629494 or 9101527. OLE color: 9101527.

HSL color Cylindrical-coordinate representation of color #D7E08A: hue angle of 66.28º degrees, saturation: 0.58, 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 #D7E08A is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 215 224 138 -
CMYK 0.04 0 0.38 0.12
HSL 66.28º 0.58% 0.71% -
HSV(B) 66.28º 0.38% 0.88% -
XYZ 59.27 69.59 34.35 -
YUV 211.51 86.52 130.49 -
System Red Green Blue C M Y K H S L
Decimal 215 224 138 0.04 0 0.38 0.12 66.28 0.58 0.71
Hex D7 E0 8A 4 0 26 C 42 3A 47
Octal 327 340 212 4 0 46 14 102 72 107
Binary 11010111 11100000 10001010 100 0 100110 1100 1000010 111010 1000111

Color Harmonies of #D7E08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7E08A

Black with #D7E08A

Text Example


Text Example

White with #D7E08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7E08A; }

 p { color: rgb(215,224,138); }

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

background-color css

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

 a { background-color: rgb(215,224,138); }

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

border-color css

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

 span { border-color: rgb(215,224,138); }

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