Html Css Color HEX #C0D221 Fuego

📋 copy color: '#C0D221'

red 192 ◦ green 210 ◦ blue 33

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

Shades of Fuego #C0D221

Tints of Fuego #C0D221

RGB

 RED value IS 192 (75.39% from 255) = 44.14%

 GREEN value IS 210 (82.42% from 255) = 48.28%

 BLUE value IS 33 (13.28% from 255) = 7.59%

R = 44.14%
G = 48.28%
B = 7.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#C0D221 (or 0xC0D221) is known color: Fuego. HEX triplet: C0, D2 and 21. RGB value is (192,210,33). Sum of RGB (Red+Green+Blue) = 192+210+33=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 33 (13.28% from 255 or 7.59% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D221 is #3F2DDE. Grayscale: #B9B9B9. Windows color (decimal): -4140511 or 2216640. OLE color: 2216640.

HSL color Cylindrical-coordinate representation of color #C0D221: hue angle of 66.1º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0D221 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 210 33 -
CMYK 0.09 0 0.84 0.18
HSL 66.1º 0.73% 0.48% -
HSV(B) 66.1º 0.84% 0.82% -
XYZ 45.06 57.41 10.15 -
YUV 184.44 42.54 133.39 -
System Red Green Blue C M Y K H S L
Decimal 192 210 33 0.09 0 0.84 0.18 66.1 0.73 0.48
Hex C0 D2 21 9 0 54 12 42 49 30
Octal 300 322 41 11 0 124 22 102 111 60
Binary 11000000 11010010 100001 1001 0 1010100 10010 1000010 1001001 110000

Color Harmonies of #C0D221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D221

Black with #C0D221

Text Example


Text Example

White with #C0D221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D221; }

 p { color: rgb(192,210,33); }

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

background-color css

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

 a { background-color: rgb(192,210,33); }

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

border-color css

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

 span { border-color: rgb(192,210,33); }

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