Html Css Color HEX #CED54F Confetti

📋 copy color: '#CED54F'

red 206 ◦ green 213 ◦ blue 79

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

Shades of Confetti #CED54F

Tints of Confetti #CED54F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.77%

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

R = 41.37%
G = 42.77%
B = 15.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#CED54F (or 0xCED54F) is known color: Confetti. HEX triplet: CE, D5 and 4F. RGB value is (206,213,79). Sum of RGB (Red+Green+Blue) = 206+213+79=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 79 (31.25% from 255 or 15.86% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #CED54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED54F is #312AB0. Grayscale: #C4C4C4. Windows color (decimal): -3222193 or 5232078. OLE color: 5232078.

HSL color Cylindrical-coordinate representation of color #CED54F: hue angle of 63.13º degrees, saturation: 0.61, 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 #CED54F is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 79 -
CMYK 0.03 0 0.63 0.16
HSL 63.13º 0.61% 0.57% -
HSV(B) 63.13º 0.63% 0.84% -
XYZ 50.66 61.27 16.55 -
YUV 195.63 62.18 135.4 -
System Red Green Blue C M Y K H S L
Decimal 206 213 79 0.03 0 0.63 0.16 63.13 0.61 0.57
Hex CE D5 4F 3 0 3F 10 3F 3D 39
Octal 316 325 117 3 0 77 20 77 75 71
Binary 11001110 11010101 1001111 11 0 111111 10000 111111 111101 111001

Color Harmonies of #CED54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED54F

Black with #CED54F

Text Example


Text Example

White with #CED54F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED54F; }

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

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

background-color css

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

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

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

border-color css

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

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

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