Html Css Color HEX #C0E52B Fuego

📋 copy color: '#C0E52B'

red 192 ◦ green 229 ◦ blue 43

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

Shades of Fuego #C0E52B

Tints of Fuego #C0E52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.27%

R = 41.38%
G = 49.35%
B = 9.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#C0E52B (or 0xC0E52B) is known color: Fuego. HEX triplet: C0, E5 and 2B. RGB value is (192,229,43). Sum of RGB (Red+Green+Blue) = 192+229+43=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 43 (17.19% from 255 or 9.27% from 464); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E52B is #3F1AD4. Grayscale: #C5C5C5. Windows color (decimal): -4135637 or 2876864. OLE color: 2876864.

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

Color convert

RGB 192 229 43 -
CMYK 0.16 0 0.81 0.10
HSL 71.94º 0.78% 0.53% -
HSV(B) 71.94º 0.81% 0.9% -
XYZ 50.19 67.42 12.65 -
YUV 196.73 41.24 124.62 -
System Red Green Blue C M Y K H S L
Decimal 192 229 43 0.16 0 0.81 0.10 71.94 0.78 0.53
Hex C0 E5 2B 10 0 51 A 48 4E 35
Octal 300 345 53 20 0 121 12 110 116 65
Binary 11000000 11100101 101011 10000 0 1010001 1010 1001000 1001110 110101

Color Harmonies of #C0E52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E52B

Black with #C0E52B

Text Example


Text Example

White with #C0E52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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