Html Css Color HEX #CED600 Bird Flower

📋 copy color: '#CED600'

red 206 ◦ green 214 ◦ blue 0

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

Shades of Bird Flower #CED600

Tints of Bird Flower #CED600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.05%
G = 50.95%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#CED600 (or 0xCED600) is known color: Bird Flower. HEX triplet: CE, D6 and 00. RGB value is (206,214,0). Sum of RGB (Red+Green+Blue) = 206+214+0=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #CED600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED600 is #3129FF. Grayscale: #BCBCBC. Windows color (decimal): -3222016 or 54990. OLE color: 54990.

HSL color Cylindrical-coordinate representation of color #CED600: hue angle of 62.24º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CED600 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 214 0 -
CMYK 0.04 0 1 0.16
HSL 62.24º 1% 0.42% -
HSV(B) 62.24º 1% 0.84% -
XYZ 49.5 61.21 9.21 -
YUV 187.21 22.35 141.4 -
System Red Green Blue C M Y K H S L
Decimal 206 214 0 0.04 0 1 0.16 62.24 1 0.42
Hex CE D6 0 4 0 64 10 3E 64 2A
Octal 316 326 0 4 0 144 20 76 144 52
Binary 11001110 11010110 0 100 0 1100100 10000 111110 1100100 101010

Color Harmonies of #CED600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED600

Black with #CED600

Text Example


Text Example

White with #CED600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED600; }

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

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

background-color css

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

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

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

border-color css

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

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

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