Html Css Color HEX #C0E52A Fuego

📋 copy color: '#C0E52A'

red 192 ◦ green 229 ◦ blue 42

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

Shades of Fuego #C0E52A

Tints of Fuego #C0E52A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.46%

 BLUE value IS 42 (16.8% from 255) = 9.07%

R = 41.47%
G = 49.46%
B = 9.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#C0E52A (or 0xC0E52A) is known color: Fuego. HEX triplet: C0, E5 and 2A. RGB value is (192,229,42). Sum of RGB (Red+Green+Blue) = 192+229+42=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 42 (16.80% from 255 or 9.07% from 463); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E52A is #3F1AD5. Grayscale: #C5C5C5. Windows color (decimal): -4135638 or 2811328. OLE color: 2811328.

HSL color Cylindrical-coordinate representation of color #C0E52A: hue angle of 71.87º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0E52A is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 229 42 -
CMYK 0.16 0 0.82 0.10
HSL 71.87º 0.78% 0.53% -
HSV(B) 71.87º 0.82% 0.9% -
XYZ 50.18 67.41 12.56 -
YUV 196.62 40.74 124.71 -
System Red Green Blue C M Y K H S L
Decimal 192 229 42 0.16 0 0.82 0.10 71.87 0.78 0.53
Hex C0 E5 2A 10 0 52 A 48 4E 35
Octal 300 345 52 20 0 122 12 110 116 65
Binary 11000000 11100101 101010 10000 0 1010010 1010 1001000 1001110 110101

Color Harmonies of #C0E52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E52A

Black with #C0E52A

Text Example


Text Example

White with #C0E52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E52A; }

 p { color: rgb(192,229,42); }

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

background-color css

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

 a { background-color: rgb(192,229,42); }

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

border-color css

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

 span { border-color: rgb(192,229,42); }

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