Html Css Color HEX #CED70B Bird Flower

📋 copy color: '#CED70B'

red 206 ◦ green 215 ◦ blue 11

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

Shades of Bird Flower #CED70B

Tints of Bird Flower #CED70B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.77%

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

R = 47.69%
G = 49.77%
B = 2.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#CED70B (or 0xCED70B) is known color: Bird Flower. HEX triplet: CE, D7 and 0B. RGB value is (206,215,11). Sum of RGB (Red+Green+Blue) = 206+215+11=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 11 (4.69% from 255 or 2.55% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #CED70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED70B is #3128F4. Grayscale: #BDBDBD. Windows color (decimal): -3221749 or 776142. OLE color: 776142.

HSL color Cylindrical-coordinate representation of color #CED70B: hue angle of 62.65º degrees, saturation: 0.9, 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 #CED70B is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 215 11 -
CMYK 0.04 0 0.95 0.16
HSL 62.65º 0.9% 0.44% -
HSV(B) 62.65º 0.95% 0.84% -
XYZ 49.81 61.75 9.61 -
YUV 189.05 27.52 140.09 -
System Red Green Blue C M Y K H S L
Decimal 206 215 11 0.04 0 0.95 0.16 62.65 0.9 0.44
Hex CE D7 B 4 0 5F 10 3F 5A 2C
Octal 316 327 13 4 0 137 20 77 132 54
Binary 11001110 11010111 1011 100 0 1011111 10000 111111 1011010 101100

Color Harmonies of #CED70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED70B

Black with #CED70B

Text Example


Text Example

White with #CED70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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