#CFD64E

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

Shades of Confetti #CFD64E

Tints of Confetti #CFD64E

Color information

#CFD64E (or 0xCFD64E) is unknown color: approx Confetti. HEX triplet: CF, D6 and 4E. RGB value is (207,214,78). Sum of RGB (Red+Green+Blue) = 207+214+78=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 78 (30.86% from 255 or 15.63% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD64E is #3029B1. Grayscale: #C4C4C4. Windows color (decimal): -3156402 or 5166799. OLE color: 5166799.

HSL color Cylindrical-coordinate representation of color #CFD64E: hue angle of 63.09º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFD64E is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB20721478-
CMYK0.0300.640.16
HSL63.09º62.39%57.25%-
HSV(B)63.09º63.55%83.92%-
XYZ51.1561.9116.46-
YUV196.461.18135.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.48%
GREEN value IS 214 (83.98% from 255) = 42.89%
BLUE value IS 78 (30.86% from 255) = 15.63%
R=41.48%
G=42.89%
B=15.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal207214780.0300.640.1663.0962.3957.25
HexCFD64E3040103f3e39
Octal3173261163010020777671
Binary11001111110101101001110110100000010000111111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD64E; }

 p { color: rgb(207,214,78); }

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

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

 a { background-color: rgb(207,214,78); }

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

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

 span { border-color: rgb(207,214,78); }

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