Html Css Color HEX #CED34E Confetti

📋 copy color: '#CED34E'

red 206 ◦ green 211 ◦ blue 78

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

Shades of Confetti #CED34E

Tints of Confetti #CED34E

RGB

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

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

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

R = 41.62%
G = 42.63%
B = 15.76%

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

#CED34E (or 0xCED34E) is known color: Confetti. HEX triplet: CE, D3 and 4E. RGB value is (206,211,78). Sum of RGB (Red+Green+Blue) = 206+211+78=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 78 (30.86% from 255 or 15.76% from 495); Max value from RGB is 211 - color contains mainly: green. Hex color #CED34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED34E is #312CB1. Grayscale: #C2C2C2. Windows color (decimal): -3222706 or 5166030. OLE color: 5166030.

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

Color convert

RGB 206 211 78 -
CMYK 0.02 0 0.63 0.17
HSL 62.26º 0.6% 0.57% -
HSV(B) 62.26º 0.63% 0.83% -
XYZ 50.12 60.26 16.2 -
YUV 194.34 62.34 136.31 -
System Red Green Blue C M Y K H S L
Decimal 206 211 78 0.02 0 0.63 0.17 62.26 0.6 0.57
Hex CE D3 4E 2 0 3F 11 3E 3C 39
Octal 316 323 116 2 0 77 21 76 74 71
Binary 11001110 11010011 1001110 10 0 111111 10001 111110 111100 111001

Color Harmonies of #CED34E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED34E

Black with #CED34E

Text Example


Text Example

White with #CED34E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED34E; }

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

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

background-color css

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

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

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

border-color css

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

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

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