Html Css Color HEX #CEDB05 Bird Flower

📋 copy color: '#CEDB05'

red 206 ◦ green 219 ◦ blue 5

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

Shades of Bird Flower #CEDB05

Tints of Bird Flower #CEDB05

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.93%

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

R = 47.91%
G = 50.93%
B = 1.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#CEDB05 (or 0xCEDB05) is known color: Bird Flower. HEX triplet: CE, DB and 05. RGB value is (206,219,5). Sum of RGB (Red+Green+Blue) = 206+219+5=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 5 (2.34% from 255 or 1.16% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDB05 is #3124FA. Grayscale: #BFBFBF. Windows color (decimal): -3220731 or 383950. OLE color: 383950.

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

Color convert

RGB 206 219 5 -
CMYK 0.06 0 0.98 0.14
HSL 63.64º 0.96% 0.44% -
HSV(B) 63.64º 0.98% 0.86% -
XYZ 50.81 63.8 9.78 -
YUV 190.72 23.19 138.9 -
System Red Green Blue C M Y K H S L
Decimal 206 219 5 0.06 0 0.98 0.14 63.64 0.96 0.44
Hex CE DB 5 6 0 62 E 40 60 2C
Octal 316 333 5 6 0 142 16 100 140 54
Binary 11001110 11011011 101 110 0 1100010 1110 1000000 1100000 101100

Color Harmonies of #CEDB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDB05

Black with #CEDB05

Text Example


Text Example

White with #CEDB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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