Html Css Color HEX #C5E32B Fuego

📋 copy color: '#C5E32B'

red 197 ◦ green 227 ◦ blue 43

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

Shades of Fuego #C5E32B

Tints of Fuego #C5E32B

RGB

 RED value IS 197 (77.34% from 255) = 42.18%

 GREEN value IS 227 (89.06% from 255) = 48.61%

 BLUE value IS 43 (17.19% from 255) = 9.21%

R = 42.18%
G = 48.61%
B = 9.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#C5E32B (or 0xC5E32B) is known color: Fuego. HEX triplet: C5, E3 and 2B. RGB value is (197,227,43). Sum of RGB (Red+Green+Blue) = 197+227+43=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 43 (17.19% from 255 or 9.21% from 467); Max value from RGB is 227 - color contains mainly: green. Hex color #C5E32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E32B is #3A1CD4. Grayscale: #C5C5C5. Windows color (decimal): -3808469 or 2876357. OLE color: 2876357.

HSL color Cylindrical-coordinate representation of color #C5E32B: hue angle of 69.78º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5E32B is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 197 227 43 -
CMYK 0.13 0 0.81 0.11
HSL 69.78º 0.77% 0.53% -
HSV(B) 69.78º 0.81% 0.89% -
XYZ 50.93 66.98 12.53 -
YUV 197.05 41.06 127.96 -
System Red Green Blue C M Y K H S L
Decimal 197 227 43 0.13 0 0.81 0.11 69.78 0.77 0.53
Hex C5 E3 2B D 0 51 B 46 4D 35
Octal 305 343 53 15 0 121 13 106 115 65
Binary 11000101 11100011 101011 1101 0 1010001 1011 1000110 1001101 110101

Color Harmonies of #C5E32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E32B

Black with #C5E32B

Text Example


Text Example

White with #C5E32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E32B; }

 p { color: rgb(197,227,43); }

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

background-color css

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

 a { background-color: rgb(197,227,43); }

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

border-color css

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

 span { border-color: rgb(197,227,43); }

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