Html Css Color HEX #CED34F Confetti

📋 copy color: '#CED34F'

red 206 ◦ green 211 ◦ blue 79

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

Shades of Confetti #CED34F

Tints of Confetti #CED34F

RGB

 RED value IS 206 (80.86% from 255) = 41.53%

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

 BLUE value IS 79 (31.25% from 255) = 15.93%

R = 41.53%
G = 42.54%
B = 15.93%

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

#CED34F (or 0xCED34F) is known color: Confetti. HEX triplet: CE, D3 and 4F. RGB value is (206,211,79). Sum of RGB (Red+Green+Blue) = 206+211+79=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 79 (31.25% from 255 or 15.93% from 496); Max value from RGB is 211 - color contains mainly: green. Hex color #CED34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED34F is #312CB0. Grayscale: #C2C2C2. Windows color (decimal): -3222705 or 5231566. OLE color: 5231566.

HSL color Cylindrical-coordinate representation of color #CED34F: hue angle of 62.27º 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 #CED34F is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 211 79 -
CMYK 0.02 0 0.63 0.17
HSL 62.27º 0.6% 0.57% -
HSV(B) 62.27º 0.63% 0.83% -
XYZ 50.16 60.27 16.39 -
YUV 194.46 62.84 136.23 -
System Red Green Blue C M Y K H S L
Decimal 206 211 79 0.02 0 0.63 0.17 62.27 0.6 0.57
Hex CE D3 4F 2 0 3F 11 3E 3C 39
Octal 316 323 117 2 0 77 21 76 74 71
Binary 11001110 11010011 1001111 10 0 111111 10001 111110 111100 111001

Color Harmonies of #CED34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED34F

Black with #CED34F

Text Example


Text Example

White with #CED34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED34F; }

 p { color: rgb(206,211,79); }

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

background-color css

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

 a { background-color: rgb(206,211,79); }

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

border-color css

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

 span { border-color: rgb(206,211,79); }

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