Html Css Color HEX #C0D531 Fuego

📋 copy color: '#C0D531'

red 192 ◦ green 213 ◦ blue 49

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

Shades of Fuego #C0D531

Tints of Fuego #C0D531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.79%

R = 42.29%
G = 46.92%
B = 10.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#C0D531 (or 0xC0D531) is known color: Fuego. HEX triplet: C0, D5 and 31. RGB value is (192,213,49). Sum of RGB (Red+Green+Blue) = 192+213+49=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 49 (19.53% from 255 or 10.79% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D531 is #3F2ACE. Grayscale: #BCBCBC. Windows color (decimal): -4139727 or 3265984. OLE color: 3265984.

HSL color Cylindrical-coordinate representation of color #C0D531: hue angle of 67.68º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0D531 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 213 49 -
CMYK 0.10 0 0.77 0.16
HSL 67.68º 0.66% 0.51% -
HSV(B) 67.68º 0.77% 0.84% -
XYZ 46.09 59.02 11.87 -
YUV 188.03 49.54 130.84 -
System Red Green Blue C M Y K H S L
Decimal 192 213 49 0.10 0 0.77 0.16 67.68 0.66 0.51
Hex C0 D5 31 A 0 4D 10 44 42 33
Octal 300 325 61 12 0 115 20 104 102 63
Binary 11000000 11010101 110001 1010 0 1001101 10000 1000100 1000010 110011

Color Harmonies of #C0D531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D531

Black with #C0D531

Text Example


Text Example

White with #C0D531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D531; }

 p { color: rgb(192,213,49); }

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

background-color css

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

 a { background-color: rgb(192,213,49); }

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

border-color css

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

 span { border-color: rgb(192,213,49); }

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