#DCE78F

Color #DCE78F Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #DCE78F

Tints of Primrose #DCE78F

Color information

#DCE78F (or 0xDCE78F) is unknown color: approx Primrose. HEX triplet: DC, E7 and 8F. RGB value is (220,231,143). Sum of RGB (Red+Green+Blue) = 220+231+143=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 231 (90.62% from 255 or 38.89% from 594); Blue value is 143 (56.25% from 255 or 24.07% from 594); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE78F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE78F is #231870. Grayscale: #DADADA. Windows color (decimal): -2300017 or 9431004. OLE color: 9431004.

HSL color Cylindrical-coordinate representation of color #DCE78F: hue angle of 67.5º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCE78F is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB220231143-
CMYK0.0500.380.09
HSL67.5º64.71%73.33%-
HSV(B)67.5º38.1%90.59%-
XYZ63.0574.3537.01-
YUV217.6885.86129.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.04%
GREEN value IS 231 (90.62% from 255) = 38.89%
BLUE value IS 143 (56.25% from 255) = 24.07%
R=37.04%
G=38.89%
B=24.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202311430.0500.380.0967.564.7173.33
HexDCE78F50269444149
Octal334347217504611104101111
Binary11011100111001111000111110101001101001100010010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE78F; }

 p { color: rgb(220,231,143); }

 H1.HeaderClassName
 {
   color: #DCE78F;
 }
 .AnyTagClassName
 {
   color: #DCE78F;
 }
</style>
background-color css

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

 a { background-color: rgb(220,231,143); }

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

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

 span { border-color: rgb(220,231,143); }

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