Html Css Color HEX #CED30F Bird Flower

📋 copy color: '#CED30F'

red 206 ◦ green 211 ◦ blue 15

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

Shades of Bird Flower #CED30F

Tints of Bird Flower #CED30F

RGB

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

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

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

R = 47.69%
G = 48.84%
B = 3.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#CED30F (or 0xCED30F) is known color: Bird Flower. HEX triplet: CE, D3 and 0F. RGB value is (206,211,15). Sum of RGB (Red+Green+Blue) = 206+211+15=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 15 (6.25% from 255 or 3.47% from 432); Max value from RGB is 211 - color contains mainly: green. Hex color #CED30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED30F is #312CF0. Grayscale: #BBBBBB. Windows color (decimal): -3222769 or 1037262. OLE color: 1037262.

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

Color convert

RGB 206 211 15 -
CMYK 0.02 0 0.93 0.17
HSL 61.53º 0.87% 0.44% -
HSV(B) 61.53º 0.93% 0.83% -
XYZ 48.83 59.74 9.41 -
YUV 187.16 30.84 141.44 -
System Red Green Blue C M Y K H S L
Decimal 206 211 15 0.02 0 0.93 0.17 61.53 0.87 0.44
Hex CE D3 F 2 0 5D 11 3E 57 2C
Octal 316 323 17 2 0 135 21 76 127 54
Binary 11001110 11010011 1111 10 0 1011101 10001 111110 1010111 101100

Color Harmonies of #CED30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED30F

Black with #CED30F

Text Example


Text Example

White with #CED30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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