Html Css Color HEX #CED50A Bird Flower

📋 copy color: '#CED50A'

red 206 ◦ green 213 ◦ blue 10

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

Shades of Bird Flower #CED50A

Tints of Bird Flower #CED50A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.33%

R = 48.02%
G = 49.65%
B = 2.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#CED50A (or 0xCED50A) is known color: Bird Flower. HEX triplet: CE, D5 and 0A. RGB value is (206,213,10). Sum of RGB (Red+Green+Blue) = 206+213+10=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 213 (83.59% from 255 or 49.65% from 429); Blue value is 10 (4.30% from 255 or 2.33% from 429); Max value from RGB is 213 - color contains mainly: green. Hex color #CED50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED50A is #312AF5. Grayscale: #BCBCBC. Windows color (decimal): -3222262 or 710094. OLE color: 710094.

HSL color Cylindrical-coordinate representation of color #CED50A: hue angle of 62.07º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CED50A is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 10 -
CMYK 0.03 0 0.95 0.16
HSL 62.07º 0.91% 0.44% -
HSV(B) 62.07º 0.95% 0.84% -
XYZ 49.3 60.73 9.41 -
YUV 187.77 27.68 141.01 -
System Red Green Blue C M Y K H S L
Decimal 206 213 10 0.03 0 0.95 0.16 62.07 0.91 0.44
Hex CE D5 A 3 0 5F 10 3E 5B 2C
Octal 316 325 12 3 0 137 20 76 133 54
Binary 11001110 11010101 1010 11 0 1011111 10000 111110 1011011 101100

Color Harmonies of #CED50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED50A

Black with #CED50A

Text Example


Text Example

White with #CED50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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