Html Css Color HEX #CFD34E Confetti

📋 copy color: '#CFD34E'

red 207 ◦ green 211 ◦ blue 78

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

Shades of Confetti #CFD34E

Tints of Confetti #CFD34E

RGB

 RED value IS 207 (81.25% from 255) = 41.73%

 GREEN value IS 211 (82.81% from 255) = 42.54%

 BLUE value IS 78 (30.86% from 255) = 15.73%

R = 41.73%
G = 42.54%
B = 15.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#CFD34E (or 0xCFD34E) is known color: Confetti. HEX triplet: CF, D3 and 4E. RGB value is (207,211,78). Sum of RGB (Red+Green+Blue) = 207+211+78=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 78 (30.86% from 255 or 15.73% from 496); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD34E is #302CB1. Grayscale: #C3C3C3. Windows color (decimal): -3157170 or 5166031. OLE color: 5166031.

HSL color Cylindrical-coordinate representation of color #CFD34E: hue angle of 61.8º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFD34E is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 211 78 -
CMYK 0.02 0 0.63 0.17
HSL 61.8º 0.6% 0.57% -
HSV(B) 61.8º 0.63% 0.83% -
XYZ 50.4 60.4 16.21 -
YUV 194.64 62.17 136.81 -
System Red Green Blue C M Y K H S L
Decimal 207 211 78 0.02 0 0.63 0.17 61.8 0.6 0.57
Hex CF D3 4E 2 0 3F 11 3E 3C 39
Octal 317 323 116 2 0 77 21 76 74 71
Binary 11001111 11010011 1001110 10 0 111111 10001 111110 111100 111001

Color Harmonies of #CFD34E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD34E

Black with #CFD34E

Text Example


Text Example

White with #CFD34E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD34E; }

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

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

background-color css

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

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

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

border-color css

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

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

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