#CFD54E

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

Shades of Confetti #CFD54E

Tints of Confetti #CFD54E

Color information

#CFD54E (or 0xCFD54E) is unknown color: approx Confetti. HEX triplet: CF, D5 and 4E. RGB value is (207,213,78). Sum of RGB (Red+Green+Blue) = 207+213+78=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 78 (30.86% from 255 or 15.66% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD54E is #302AB1. Grayscale: #C4C4C4. Windows color (decimal): -3156658 or 5166543. OLE color: 5166543.

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

Color convert

RGB20721378-
CMYK0.0300.630.16
HSL62.67º61.64%57.06%-
HSV(B)62.67º63.38%83.53%-
XYZ50.961.416.38-
YUV195.8261.51135.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.57%
GREEN value IS 213 (83.59% from 255) = 42.77%
BLUE value IS 78 (30.86% from 255) = 15.66%
R=41.57%
G=42.77%
B=15.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal207213780.0300.630.1662.6761.6457.06
HexCFD54E303F103f3e39
Octal317325116307720777671
Binary1100111111010101100111011011111110000111111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD54E; }

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

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

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

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

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

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

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

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