Html Css Color HEX #CED150 Confetti

📋 copy color: '#CED150'

red 206 ◦ green 209 ◦ blue 80

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

Shades of Confetti #CED150

Tints of Confetti #CED150

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.22%

 BLUE value IS 80 (31.64% from 255) = 16.16%

R = 41.62%
G = 42.22%
B = 16.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#CED150 (or 0xCED150) is known color: Confetti. HEX triplet: CE, D1 and 50. RGB value is (206,209,80). Sum of RGB (Red+Green+Blue) = 206+209+80=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 209 - color contains mainly: green. Hex color #CED150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED150 is #312EAF. Grayscale: #C1C1C1. Windows color (decimal): -3223216 or 5296590. OLE color: 5296590.

HSL color Cylindrical-coordinate representation of color #CED150: hue angle of 61.4º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CED150 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 209 80 -
CMYK 0.01 0 0.62 0.18
HSL 61.4º 0.58% 0.57% -
HSV(B) 61.4º 0.62% 0.82% -
XYZ 49.7 59.3 16.42 -
YUV 193.4 64.01 136.99 -
System Red Green Blue C M Y K H S L
Decimal 206 209 80 0.01 0 0.62 0.18 61.4 0.58 0.57
Hex CE D1 50 1 0 3E 12 3D 3A 39
Octal 316 321 120 1 0 76 22 75 72 71
Binary 11001110 11010001 1010000 1 0 111110 10010 111101 111010 111001

Color Harmonies of #CED150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED150

Black with #CED150

Text Example


Text Example

White with #CED150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED150; }

 p { color: rgb(206,209,80); }

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

background-color css

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

 a { background-color: rgb(206,209,80); }

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

border-color css

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

 span { border-color: rgb(206,209,80); }

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