Html Css Color HEX #D6E18D Primrose

📋 copy color: '#D6E18D'

red 214 ◦ green 225 ◦ blue 141

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

Shades of Primrose #D6E18D

Tints of Primrose #D6E18D

RGB

 RED value IS 214 (83.98% from 255) = 36.9%

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

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

R = 36.9%
G = 38.79%
B = 24.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#D6E18D (or 0xD6E18D) is known color: Primrose. HEX triplet: D6, E1 and 8D. RGB value is (214,225,141). Sum of RGB (Red+Green+Blue) = 214+225+141=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E18D is #291E72. Grayscale: #D4D4D4. Windows color (decimal): -2694771 or 9298390. OLE color: 9298390.

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

Color convert

RGB 214 225 141 -
CMYK 0.05 0 0.37 0.12
HSL 67.86º 0.58% 0.72% -
HSV(B) 67.86º 0.37% 0.88% -
XYZ 59.46 70.07 35.59 -
YUV 212.14 87.86 129.33 -
System Red Green Blue C M Y K H S L
Decimal 214 225 141 0.05 0 0.37 0.12 67.86 0.58 0.72
Hex D6 E1 8D 5 0 25 C 44 3A 48
Octal 326 341 215 5 0 45 14 104 72 110
Binary 11010110 11100001 10001101 101 0 100101 1100 1000100 111010 1001000

Color Harmonies of #D6E18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E18D

Black with #D6E18D

Text Example


Text Example

White with #D6E18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E18D; }

 p { color: rgb(214,225,141); }

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

background-color css

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

 a { background-color: rgb(214,225,141); }

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

border-color css

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

 span { border-color: rgb(214,225,141); }

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