Html Css Color HEX #CED50F Bird Flower

📋 copy color: '#CED50F'

red 206 ◦ green 213 ◦ blue 15

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

Shades of Bird Flower #CED50F

Tints of Bird Flower #CED50F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.46%

R = 47.47%
G = 49.08%
B = 3.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#CED50F (or 0xCED50F) is known color: Bird Flower. HEX triplet: CE, D5 and 0F. RGB value is (206,213,15). Sum of RGB (Red+Green+Blue) = 206+213+15=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 15 (6.25% from 255 or 3.46% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #CED50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED50F is #312AF0. Grayscale: #BDBDBD. Windows color (decimal): -3222257 or 1037774. OLE color: 1037774.

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

Color convert

RGB 206 213 15 -
CMYK 0.03 0 0.93 0.16
HSL 62.12º 0.87% 0.45% -
HSV(B) 62.12º 0.93% 0.84% -
XYZ 49.33 60.74 9.58 -
YUV 188.34 30.18 140.6 -
System Red Green Blue C M Y K H S L
Decimal 206 213 15 0.03 0 0.93 0.16 62.12 0.87 0.45
Hex CE D5 F 3 0 5D 10 3E 57 2D
Octal 316 325 17 3 0 135 20 76 127 55
Binary 11001110 11010101 1111 11 0 1011101 10000 111110 1010111 101101

Color Harmonies of #CED50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED50F

Black with #CED50F

Text Example


Text Example

White with #CED50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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