Html Css Color HEX #C1E525 Fuego

📋 copy color: '#C1E525'

red 193 ◦ green 229 ◦ blue 37

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

Shades of Fuego #C1E525

Tints of Fuego #C1E525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.06%

R = 42.05%
G = 49.89%
B = 8.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#C1E525 (or 0xC1E525) is known color: Fuego. HEX triplet: C1, E5 and 25. RGB value is (193,229,37). Sum of RGB (Red+Green+Blue) = 193+229+37=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 229 (89.84% from 255 or 49.89% from 459); Blue value is 37 (14.84% from 255 or 8.06% from 459); Max value from RGB is 229 - color contains mainly: green. Hex color #C1E525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1E525 is #3E1ADA. Grayscale: #C5C5C5. Windows color (decimal): -4070107 or 2483649. OLE color: 2483649.

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

Color convert

RGB 193 229 37 -
CMYK 0.16 0 0.84 0.10
HSL 71.25º 0.79% 0.52% -
HSV(B) 71.25º 0.84% 0.9% -
XYZ 50.35 67.51 12.13 -
YUV 196.35 38.07 125.61 -
System Red Green Blue C M Y K H S L
Decimal 193 229 37 0.16 0 0.84 0.10 71.25 0.79 0.52
Hex C1 E5 25 10 0 54 A 47 4F 34
Octal 301 345 45 20 0 124 12 107 117 64
Binary 11000001 11100101 100101 10000 0 1010100 1010 1000111 1001111 110100

Color Harmonies of #C1E525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1E525

Black with #C1E525

Text Example


Text Example

White with #C1E525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1E525; }

 p { color: rgb(193,229,37); }

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

background-color css

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

 a { background-color: rgb(193,229,37); }

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

border-color css

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

 span { border-color: rgb(193,229,37); }

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