Html Css Color HEX #CED50C Bird Flower

📋 copy color: '#CED50C'

red 206 ◦ green 213 ◦ blue 12

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

Shades of Bird Flower #CED50C

Tints of Bird Flower #CED50C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.78%

R = 47.8%
G = 49.42%
B = 2.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#CED50C (or 0xCED50C) is known color: Bird Flower. HEX triplet: CE, D5 and 0C. RGB value is (206,213,12). Sum of RGB (Red+Green+Blue) = 206+213+12=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 213 (83.59% from 255 or 49.42% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 213 - color contains mainly: green. Hex color #CED50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED50C is #312AF3. Grayscale: #BCBCBC. Windows color (decimal): -3222260 or 841166. OLE color: 841166.

HSL color Cylindrical-coordinate representation of color #CED50C: hue angle of 62.09º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CED50C is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 12 -
CMYK 0.03 0 0.94 0.16
HSL 62.09º 0.89% 0.44% -
HSV(B) 62.09º 0.94% 0.84% -
XYZ 49.31 60.74 9.47 -
YUV 187.99 28.68 140.84 -
System Red Green Blue C M Y K H S L
Decimal 206 213 12 0.03 0 0.94 0.16 62.09 0.89 0.44
Hex CE D5 C 3 0 5E 10 3E 59 2C
Octal 316 325 14 3 0 136 20 76 131 54
Binary 11001110 11010101 1100 11 0 1011110 10000 111110 1011001 101100

Color Harmonies of #CED50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED50C

Black with #CED50C

Text Example


Text Example

White with #CED50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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