Html Css Color HEX #C0E12F Fuego

📋 copy color: '#C0E12F'

red 192 ◦ green 225 ◦ blue 47

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

Shades of Fuego #C0E12F

Tints of Fuego #C0E12F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.49%

 BLUE value IS 47 (18.75% from 255) = 10.13%

R = 41.38%
G = 48.49%
B = 10.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#C0E12F (or 0xC0E12F) is known color: Fuego. HEX triplet: C0, E1 and 2F. RGB value is (192,225,47). Sum of RGB (Red+Green+Blue) = 192+225+47=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 47 (18.75% from 255 or 10.13% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E12F is #3F1ED0. Grayscale: #C3C3C3. Windows color (decimal): -4136657 or 3137984. OLE color: 3137984.

HSL color Cylindrical-coordinate representation of color #C0E12F: hue angle of 71.12º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0E12F is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 225 47 -
CMYK 0.15 0 0.79 0.12
HSL 71.12º 0.75% 0.53% -
HSV(B) 71.12º 0.79% 0.88% -
XYZ 49.18 65.26 12.69 -
YUV 194.84 44.57 125.97 -
System Red Green Blue C M Y K H S L
Decimal 192 225 47 0.15 0 0.79 0.12 71.12 0.75 0.53
Hex C0 E1 2F F 0 4F C 47 4B 35
Octal 300 341 57 17 0 117 14 107 113 65
Binary 11000000 11100001 101111 1111 0 1001111 1100 1000111 1001011 110101

Color Harmonies of #C0E12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E12F

Black with #C0E12F

Text Example


Text Example

White with #C0E12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E12F; }

 p { color: rgb(192,225,47); }

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

background-color css

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

 a { background-color: rgb(192,225,47); }

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

border-color css

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

 span { border-color: rgb(192,225,47); }

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