Html Css Color HEX #CED400 Bird Flower

📋 copy color: '#CED400'

red 206 ◦ green 212 ◦ blue 0

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

Shades of Bird Flower #CED400

Tints of Bird Flower #CED400

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.72%

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

R = 49.28%
G = 50.72%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#CED400 (or 0xCED400) is known color: Bird Flower. HEX triplet: CE, D4 and 00. RGB value is (206,212,0). Sum of RGB (Red+Green+Blue) = 206+212+0=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 212 (83.20% from 255 or 50.72% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 212 - color contains mainly: green. Hex color #CED400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED400 is #312BFF. Grayscale: #BABABA. Windows color (decimal): -3222528 or 54478. OLE color: 54478.

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

Color convert

RGB 206 212 0 -
CMYK 0.03 0 1 0.17
HSL 61.7º 1% 0.42% -
HSV(B) 61.7º 1% 0.83% -
XYZ 49 60.21 9.04 -
YUV 186.04 23.01 142.24 -
System Red Green Blue C M Y K H S L
Decimal 206 212 0 0.03 0 1 0.17 61.7 1 0.42
Hex CE D4 0 3 0 64 11 3E 64 2A
Octal 316 324 0 3 0 144 21 76 144 52
Binary 11001110 11010100 0 11 0 1100100 10001 111110 1100100 101010

Color Harmonies of #CED400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED400

Black with #CED400

Text Example


Text Example

White with #CED400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED400; }

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

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

background-color css

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

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

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

border-color css

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

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

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