Html Css Color HEX #CEDB03 Bird Flower

📋 copy color: '#CEDB03'

red 206 ◦ green 219 ◦ blue 3

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

Shades of Bird Flower #CEDB03

Tints of Bird Flower #CEDB03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.7%

R = 48.13%
G = 51.17%
B = 0.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#CEDB03 (or 0xCEDB03) is known color: Bird Flower. HEX triplet: CE, DB and 03. RGB value is (206,219,3). Sum of RGB (Red+Green+Blue) = 206+219+3=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 219 (85.94% from 255 or 51.17% from 428); Blue value is 3 (1.56% from 255 or 0.70% from 428); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDB03 is #3124FC. Grayscale: #BFBFBF. Windows color (decimal): -3220733 or 252878. OLE color: 252878.

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

Color convert

RGB 206 219 3 -
CMYK 0.06 0 0.99 0.14
HSL 63.61º 0.97% 0.44% -
HSV(B) 63.61º 0.99% 0.86% -
XYZ 50.8 63.79 9.72 -
YUV 190.49 22.19 139.06 -
System Red Green Blue C M Y K H S L
Decimal 206 219 3 0.06 0 0.99 0.14 63.61 0.97 0.44
Hex CE DB 3 6 0 63 E 40 61 2C
Octal 316 333 3 6 0 143 16 100 141 54
Binary 11001110 11011011 11 110 0 1100011 1110 1000000 1100001 101100

Color Harmonies of #CEDB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDB03

Black with #CEDB03

Text Example


Text Example

White with #CEDB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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