Html Css Color HEX #CED000 Bird Flower

📋 copy color: '#CED000'

red 206 ◦ green 208 ◦ blue 0

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

Shades of Bird Flower #CED000

Tints of Bird Flower #CED000

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.24%

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

R = 49.76%
G = 50.24%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#CED000 (or 0xCED000) is known color: Bird Flower. HEX triplet: CE, D0 and 00. RGB value is (206,208,0). Sum of RGB (Red+Green+Blue) = 206+208+0=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 208 (81.64% from 255 or 50.24% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 208 - color contains mainly: green. Hex color #CED000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED000 is #312FFF. Grayscale: #B8B8B8. Windows color (decimal): -3223552 or 53454. OLE color: 53454.

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

Color convert

RGB 206 208 0 -
CMYK 0.01 0 1 0.18
HSL 60.58º 1% 0.41% -
HSV(B) 60.58º 1% 0.82% -
XYZ 48.01 58.23 8.71 -
YUV 183.69 24.34 143.91 -
System Red Green Blue C M Y K H S L
Decimal 206 208 0 0.01 0 1 0.18 60.58 1 0.41
Hex CE D0 0 1 0 64 12 3D 64 29
Octal 316 320 0 1 0 144 22 75 144 51
Binary 11001110 11010000 0 1 0 1100100 10010 111101 1100100 101001

Color Harmonies of #CED000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED000

Black with #CED000

Text Example


Text Example

White with #CED000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED000; }

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

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

background-color css

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

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

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

border-color css

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

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

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