Html Css Color HEX #C1E020 Fuego

📋 copy color: '#C1E020'

red 193 ◦ green 224 ◦ blue 32

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

Shades of Fuego #C1E020

Tints of Fuego #C1E020

RGB

 RED value IS 193 (75.78% from 255) = 42.98%

 GREEN value IS 224 (87.89% from 255) = 49.89%

 BLUE value IS 32 (12.89% from 255) = 7.13%

R = 42.98%
G = 49.89%
B = 7.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#C1E020 (or 0xC1E020) is known color: Fuego. HEX triplet: C1, E0 and 20. RGB value is (193,224,32). Sum of RGB (Red+Green+Blue) = 193+224+32=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #C1E020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1E020 is #3E1FDF. Grayscale: #C1C1C1. Windows color (decimal): -4071392 or 2154689. OLE color: 2154689.

HSL color Cylindrical-coordinate representation of color #C1E020: hue angle of 69.69º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C1E020 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 193 224 32 -
CMYK 0.14 0 0.86 0.12
HSL 69.69º 0.76% 0.5% -
HSV(B) 69.69º 0.86% 0.88% -
XYZ 48.91 64.75 11.29 -
YUV 192.84 37.23 128.11 -
System Red Green Blue C M Y K H S L
Decimal 193 224 32 0.14 0 0.86 0.12 69.69 0.76 0.5
Hex C1 E0 20 E 0 56 C 46 4C 32
Octal 301 340 40 16 0 126 14 106 114 62
Binary 11000001 11100000 100000 1110 0 1010110 1100 1000110 1001100 110010

Color Harmonies of #C1E020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1E020

Black with #C1E020

Text Example


Text Example

White with #C1E020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1E020; }

 p { color: rgb(193,224,32); }

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

background-color css

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

 a { background-color: rgb(193,224,32); }

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

border-color css

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

 span { border-color: rgb(193,224,32); }

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