Html Css Color HEX #CED80B Bird Flower

📋 copy color: '#CED80B'

red 206 ◦ green 216 ◦ blue 11

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

Shades of Bird Flower #CED80B

Tints of Bird Flower #CED80B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.88%

 BLUE value IS 11 (4.69% from 255) = 2.54%

R = 47.58%
G = 49.88%
B = 2.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#CED80B (or 0xCED80B) is known color: Bird Flower. HEX triplet: CE, D8 and 0B. RGB value is (206,216,11). Sum of RGB (Red+Green+Blue) = 206+216+11=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 11 (4.69% from 255 or 2.54% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #CED80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED80B is #3127F4. Grayscale: #BEBEBE. Windows color (decimal): -3221493 or 776398. OLE color: 776398.

HSL color Cylindrical-coordinate representation of color #CED80B: hue angle of 62.93º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CED80B is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 216 11 -
CMYK 0.05 0 0.95 0.15
HSL 62.93º 0.9% 0.45% -
HSV(B) 62.93º 0.95% 0.85% -
XYZ 50.07 62.26 9.69 -
YUV 189.64 27.19 139.67 -
System Red Green Blue C M Y K H S L
Decimal 206 216 11 0.05 0 0.95 0.15 62.93 0.9 0.45
Hex CE D8 B 5 0 5F F 3F 5A 2D
Octal 316 330 13 5 0 137 17 77 132 55
Binary 11001110 11011000 1011 101 0 1011111 1111 111111 1011010 101101

Color Harmonies of #CED80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED80B

Black with #CED80B

Text Example


Text Example

White with #CED80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED80B; }

 p { color: rgb(206,216,11); }

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

background-color css

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

 a { background-color: rgb(206,216,11); }

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

border-color css

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

 span { border-color: rgb(206,216,11); }

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