Html Css Color HEX #C2E728 Fuego

📋 copy color: '#C2E728'

red 194 ◦ green 231 ◦ blue 40

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

Shades of Fuego #C2E728

Tints of Fuego #C2E728

RGB

 RED value IS 194 (76.17% from 255) = 41.72%

 GREEN value IS 231 (90.63% from 255) = 49.68%

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

R = 41.72%
G = 49.68%
B = 8.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#C2E728 (or 0xC2E728) is known color: Fuego. HEX triplet: C2, E7 and 28. RGB value is (194,231,40). Sum of RGB (Red+Green+Blue) = 194+231+40=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 231 (90.62% from 255 or 49.68% from 465); Blue value is 40 (16.02% from 255 or 8.60% from 465); Max value from RGB is 231 - color contains mainly: green. Hex color #C2E728 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2E728 is #3D18D7. Grayscale: #C6C6C6. Windows color (decimal): -4004056 or 2680770. OLE color: 2680770.

HSL color Cylindrical-coordinate representation of color #C2E728: hue angle of 71.62º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C2E728 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 231 40 -
CMYK 0.16 0 0.83 0.09
HSL 71.62º 0.8% 0.53% -
HSV(B) 71.62º 0.83% 0.91% -
XYZ 51.21 68.77 12.58 -
YUV 198.16 38.74 125.03 -
System Red Green Blue C M Y K H S L
Decimal 194 231 40 0.16 0 0.83 0.09 71.62 0.8 0.53
Hex C2 E7 28 10 0 53 9 48 50 35
Octal 302 347 50 20 0 123 11 110 120 65
Binary 11000010 11100111 101000 10000 0 1010011 1001 1001000 1010000 110101

Color Harmonies of #C2E728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E728

Black with #C2E728

Text Example


Text Example

White with #C2E728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E728; }

 p { color: rgb(194,231,40); }

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

background-color css

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

 a { background-color: rgb(194,231,40); }

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

border-color css

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

 span { border-color: rgb(194,231,40); }

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