Html Css Color HEX #CED002 Bird Flower

📋 copy color: '#CED002'

red 206 ◦ green 208 ◦ blue 2

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

Shades of Bird Flower #CED002

Tints of Bird Flower #CED002

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50%

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

R = 49.52%
G = 50%
B = 0.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#CED002 (or 0xCED002) is known color: Bird Flower. HEX triplet: CE, D0 and 02. RGB value is (206,208,2). Sum of RGB (Red+Green+Blue) = 206+208+2=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 2 (1.17% from 255 or 0.48% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #CED002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED002 is #312FFD. Grayscale: #B8B8B8. Windows color (decimal): -3223550 or 184526. OLE color: 184526.

HSL color Cylindrical-coordinate representation of color #CED002: hue angle of 60.58º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CED002 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 208 2 -
CMYK 0.01 0 0.99 0.18
HSL 60.58º 0.98% 0.41% -
HSV(B) 60.58º 0.99% 0.82% -
XYZ 48.02 58.24 8.77 -
YUV 183.92 25.34 143.75 -
System Red Green Blue C M Y K H S L
Decimal 206 208 2 0.01 0 0.99 0.18 60.58 0.98 0.41
Hex CE D0 2 1 0 63 12 3D 62 29
Octal 316 320 2 1 0 143 22 75 142 51
Binary 11001110 11010000 10 1 0 1100011 10010 111101 1100010 101001

Color Harmonies of #CED002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED002

Black with #CED002

Text Example


Text Example

White with #CED002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED002; }

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

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

background-color css

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

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

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

border-color css

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

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

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