Html Css Color HEX #CFD64E Confetti

📋 copy color: '#CFD64E'

red 207 ◦ green 214 ◦ blue 78

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

Shades of Confetti #CFD64E

Tints of Confetti #CFD64E

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 value IS 0.03

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#CFD64E (or 0xCFD64E) is known color: 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

RGB 207 214 78 -
CMYK 0.03 0 0.64 0.16
HSL 63.09º 0.62% 0.57% -
HSV(B) 63.09º 0.64% 0.84% -
XYZ 51.15 61.91 16.46 -
YUV 196.4 61.18 135.56 -
System Red Green Blue C M Y K H S L
Decimal 207 214 78 0.03 0 0.64 0.16 63.09 0.62 0.57
Hex CF D6 4E 3 0 40 10 3F 3E 39
Octal 317 326 116 3 0 100 20 77 76 71
Binary 11001111 11010110 1001110 11 0 1000000 10000 111111 111110 111001

Color Harmonies of #CFD64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD64E

Black with #CFD64E

Text Example


Text Example

White with #CFD64E

Text Example


Text Example

HTML Codes & Css Web 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>