Html Css Color HEX #CED500 Bird Flower

📋 copy color: '#CED500'

red 206 ◦ green 213 ◦ blue 0

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

Shades of Bird Flower #CED500

Tints of Bird Flower #CED500

RGB

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

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

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

R = 49.16%
G = 50.84%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#CED500 (or 0xCED500) is known color: Bird Flower. HEX triplet: CE, D5 and 00. RGB value is (206,213,0). Sum of RGB (Red+Green+Blue) = 206+213+0=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 213 (83.59% from 255 or 50.84% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 213 - color contains mainly: green. Hex color #CED500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED500 is #312AFF. Grayscale: #BBBBBB. Windows color (decimal): -3222272 or 54734. OLE color: 54734.

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

Color convert

RGB 206 213 0 -
CMYK 0.03 0 1 0.16
HSL 61.97º 1% 0.42% -
HSV(B) 61.97º 1% 0.84% -
XYZ 49.25 60.71 9.12 -
YUV 186.63 22.68 141.82 -
System Red Green Blue C M Y K H S L
Decimal 206 213 0 0.03 0 1 0.16 61.97 1 0.42
Hex CE D5 0 3 0 64 10 3E 64 2A
Octal 316 325 0 3 0 144 20 76 144 52
Binary 11001110 11010101 0 11 0 1100100 10000 111110 1100100 101010

Color Harmonies of #CED500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED500

Black with #CED500

Text Example


Text Example

White with #CED500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED500; }

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

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

background-color css

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

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

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

border-color css

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

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

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