Html Css Color HEX #CED90C Bird Flower

📋 copy color: '#CED90C'

red 206 ◦ green 217 ◦ blue 12

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

Shades of Bird Flower #CED90C

Tints of Bird Flower #CED90C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.89%

 BLUE value IS 12 (5.08% from 255) = 2.76%

R = 47.36%
G = 49.89%
B = 2.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#CED90C (or 0xCED90C) is known color: Bird Flower. HEX triplet: CE, D9 and 0C. RGB value is (206,217,12). Sum of RGB (Red+Green+Blue) = 206+217+12=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 12 (5.08% from 255 or 2.76% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #CED90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED90C is #3126F3. Grayscale: #BFBFBF. Windows color (decimal): -3221236 or 842190. OLE color: 842190.

HSL color Cylindrical-coordinate representation of color #CED90C: hue angle of 63.22º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CED90C is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 12 -
CMYK 0.05 0 0.94 0.15
HSL 63.22º 0.9% 0.45% -
HSV(B) 63.22º 0.94% 0.85% -
XYZ 50.33 62.77 9.81 -
YUV 190.34 27.36 139.17 -
System Red Green Blue C M Y K H S L
Decimal 206 217 12 0.05 0 0.94 0.15 63.22 0.9 0.45
Hex CE D9 C 5 0 5E F 3F 5A 2D
Octal 316 331 14 5 0 136 17 77 132 55
Binary 11001110 11011001 1100 101 0 1011110 1111 111111 1011010 101101

Color Harmonies of #CED90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED90C

Black with #CED90C

Text Example


Text Example

White with #CED90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED90C; }

 p { color: rgb(206,217,12); }

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

background-color css

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

 a { background-color: rgb(206,217,12); }

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

border-color css

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

 span { border-color: rgb(206,217,12); }

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