Html Css Color HEX #CED502 Bird Flower

📋 copy color: '#CED502'

red 206 ◦ green 213 ◦ blue 2

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

Shades of Bird Flower #CED502

Tints of Bird Flower #CED502

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.59%

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 48.93%
G = 50.59%
B = 0.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#CED502 (or 0xCED502) is known color: Bird Flower. HEX triplet: CE, D5 and 02. RGB value is (206,213,2). Sum of RGB (Red+Green+Blue) = 206+213+2=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 2 (1.17% from 255 or 0.48% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #CED502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED502 is #312AFD. Grayscale: #BBBBBB. Windows color (decimal): -3222270 or 185806. OLE color: 185806.

HSL color Cylindrical-coordinate representation of color #CED502: hue angle of 61.99º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CED502 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 2 -
CMYK 0.03 0 0.99 0.16
HSL 61.99º 0.98% 0.42% -
HSV(B) 61.99º 0.99% 0.84% -
XYZ 49.26 60.71 9.18 -
YUV 186.85 23.68 141.66 -
System Red Green Blue C M Y K H S L
Decimal 206 213 2 0.03 0 0.99 0.16 61.99 0.98 0.42
Hex CE D5 2 3 0 63 10 3E 62 2A
Octal 316 325 2 3 0 143 20 76 142 52
Binary 11001110 11010101 10 11 0 1100011 10000 111110 1100010 101010

Color Harmonies of #CED502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED502

Black with #CED502

Text Example


Text Example

White with #CED502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED502; }

 p { color: rgb(206,213,2); }

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

background-color css

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

 a { background-color: rgb(206,213,2); }

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

border-color css

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

 span { border-color: rgb(206,213,2); }

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