Html Css Color HEX #CED60C Bird Flower

📋 copy color: '#CED60C'

red 206 ◦ green 214 ◦ blue 12

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

Shades of Bird Flower #CED60C

Tints of Bird Flower #CED60C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.54%

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

R = 47.69%
G = 49.54%
B = 2.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#CED60C (or 0xCED60C) is known color: Bird Flower. HEX triplet: CE, D6 and 0C. RGB value is (206,214,12). Sum of RGB (Red+Green+Blue) = 206+214+12=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 214 (83.98% from 255 or 49.54% from 432); Blue value is 12 (5.08% from 255 or 2.78% from 432); Max value from RGB is 214 - color contains mainly: green. Hex color #CED60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED60C is #3129F3. Grayscale: #BDBDBD. Windows color (decimal): -3222004 or 841422. OLE color: 841422.

HSL color Cylindrical-coordinate representation of color #CED60C: hue angle of 62.38º 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 #CED60C is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 214 12 -
CMYK 0.04 0 0.94 0.16
HSL 62.38º 0.89% 0.44% -
HSV(B) 62.38º 0.94% 0.84% -
XYZ 49.57 61.24 9.56 -
YUV 188.58 28.35 140.43 -
System Red Green Blue C M Y K H S L
Decimal 206 214 12 0.04 0 0.94 0.16 62.38 0.89 0.44
Hex CE D6 C 4 0 5E 10 3E 59 2C
Octal 316 326 14 4 0 136 20 76 131 54
Binary 11001110 11010110 1100 100 0 1011110 10000 111110 1011001 101100

Color Harmonies of #CED60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED60C

Black with #CED60C

Text Example


Text Example

White with #CED60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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