Html Css Color HEX #CEDD05 Bird Flower

📋 copy color: '#CEDD05'

red 206 ◦ green 221 ◦ blue 5

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

Shades of Bird Flower #CEDD05

Tints of Bird Flower #CEDD05

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.16%

 BLUE value IS 5 (2.34% from 255) = 1.16%

R = 47.69%
G = 51.16%
B = 1.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#CEDD05 (or 0xCEDD05) is known color: Bird Flower. HEX triplet: CE, DD and 05. RGB value is (206,221,5). Sum of RGB (Red+Green+Blue) = 206+221+5=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 5 (2.34% from 255 or 1.16% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDD05 is #3122FA. Grayscale: #C0C0C0. Windows color (decimal): -3220219 or 384462. OLE color: 384462.

HSL color Cylindrical-coordinate representation of color #CEDD05: hue angle of 64.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEDD05 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 221 5 -
CMYK 0.07 0 0.98 0.13
HSL 64.17º 0.96% 0.44% -
HSV(B) 64.17º 0.98% 0.87% -
XYZ 51.34 64.85 9.95 -
YUV 191.89 22.53 138.06 -
System Red Green Blue C M Y K H S L
Decimal 206 221 5 0.07 0 0.98 0.13 64.17 0.96 0.44
Hex CE DD 5 7 0 62 D 40 60 2C
Octal 316 335 5 7 0 142 15 100 140 54
Binary 11001110 11011101 101 111 0 1100010 1101 1000000 1100000 101100

Color Harmonies of #CEDD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD05

Black with #CEDD05

Text Example


Text Example

White with #CEDD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD05; }

 p { color: rgb(206,221,5); }

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

background-color css

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

 a { background-color: rgb(206,221,5); }

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

border-color css

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

 span { border-color: rgb(206,221,5); }

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