Html Css Color HEX #CED402 Bird Flower

📋 copy color: '#CED402'

red 206 ◦ green 212 ◦ blue 2

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

Shades of Bird Flower #CED402

Tints of Bird Flower #CED402

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.48%

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

R = 49.05%
G = 50.48%
B = 0.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#CED402 (or 0xCED402) is known color: Bird Flower. HEX triplet: CE, D4 and 02. RGB value is (206,212,2). Sum of RGB (Red+Green+Blue) = 206+212+2=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 212 (83.20% from 255 or 50.48% from 420); Blue value is 2 (1.17% from 255 or 0.48% from 420); Max value from RGB is 212 - color contains mainly: green. Hex color #CED402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED402 is #312BFD. Grayscale: #BBBBBB. Windows color (decimal): -3222526 or 185550. OLE color: 185550.

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

Color convert

RGB 206 212 2 -
CMYK 0.03 0 0.99 0.17
HSL 61.71º 0.98% 0.42% -
HSV(B) 61.71º 0.99% 0.83% -
XYZ 49.01 60.21 9.1 -
YUV 186.27 24.01 142.08 -
System Red Green Blue C M Y K H S L
Decimal 206 212 2 0.03 0 0.99 0.17 61.71 0.98 0.42
Hex CE D4 2 3 0 63 11 3E 62 2A
Octal 316 324 2 3 0 143 21 76 142 52
Binary 11001110 11010100 10 11 0 1100011 10001 111110 1100010 101010

Color Harmonies of #CED402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED402

Black with #CED402

Text Example


Text Example

White with #CED402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED402; }

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

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

background-color css

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

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

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

border-color css

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

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

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