Html Css Color HEX #C3E128 Fuego

📋 copy color: '#C3E128'

red 195 ◦ green 225 ◦ blue 40

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

Shades of Fuego #C3E128

Tints of Fuego #C3E128

RGB

 RED value IS 195 (76.56% from 255) = 42.39%

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

 BLUE value IS 40 (16.02% from 255) = 8.7%

R = 42.39%
G = 48.91%
B = 8.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#C3E128 (or 0xC3E128) is known color: Fuego. HEX triplet: C3, E1 and 28. RGB value is (195,225,40). Sum of RGB (Red+Green+Blue) = 195+225+40=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 225 (88.28% from 255 or 48.91% from 460); Blue value is 40 (16.02% from 255 or 8.70% from 460); Max value from RGB is 225 - color contains mainly: green. Hex color #C3E128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E128 is #3C1ED7. Grayscale: #C3C3C3. Windows color (decimal): -3940056 or 2679235. OLE color: 2679235.

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

Color convert

RGB 195 225 40 -
CMYK 0.13 0 0.82 0.12
HSL 69.73º 0.76% 0.52% -
HSV(B) 69.73º 0.82% 0.88% -
XYZ 49.81 65.61 12.05 -
YUV 194.94 40.56 128.04 -
System Red Green Blue C M Y K H S L
Decimal 195 225 40 0.13 0 0.82 0.12 69.73 0.76 0.52
Hex C3 E1 28 D 0 52 C 46 4C 34
Octal 303 341 50 15 0 122 14 106 114 64
Binary 11000011 11100001 101000 1101 0 1010010 1100 1000110 1001100 110100

Color Harmonies of #C3E128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E128

Black with #C3E128

Text Example


Text Example

White with #C3E128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E128; }

 p { color: rgb(195,225,40); }

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

background-color css

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

 a { background-color: rgb(195,225,40); }

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

border-color css

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

 span { border-color: rgb(195,225,40); }

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