Html Css Color HEX #CED30B Bird Flower

📋 copy color: '#CED30B'

red 206 ◦ green 211 ◦ blue 11

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

Shades of Bird Flower #CED30B

Tints of Bird Flower #CED30B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.3%

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

R = 48.13%
G = 49.3%
B = 2.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#CED30B (or 0xCED30B) is known color: Bird Flower. HEX triplet: CE, D3 and 0B. RGB value is (206,211,11). Sum of RGB (Red+Green+Blue) = 206+211+11=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 211 (82.81% from 255 or 49.30% from 428); Blue value is 11 (4.69% from 255 or 2.57% from 428); Max value from RGB is 211 - color contains mainly: green. Hex color #CED30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED30B is #312CF4. Grayscale: #BBBBBB. Windows color (decimal): -3222773 or 775118. OLE color: 775118.

HSL color Cylindrical-coordinate representation of color #CED30B: hue angle of 61.5º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CED30B is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 211 11 -
CMYK 0.02 0 0.95 0.17
HSL 61.5º 0.9% 0.44% -
HSV(B) 61.5º 0.95% 0.83% -
XYZ 48.81 59.73 9.27 -
YUV 186.71 28.84 141.76 -
System Red Green Blue C M Y K H S L
Decimal 206 211 11 0.02 0 0.95 0.17 61.5 0.9 0.44
Hex CE D3 B 2 0 5F 11 3E 5A 2C
Octal 316 323 13 2 0 137 21 76 132 54
Binary 11001110 11010011 1011 10 0 1011111 10001 111110 1011010 101100

Color Harmonies of #CED30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED30B

Black with #CED30B

Text Example


Text Example

White with #CED30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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