Html Css Color HEX #C5E12B Fuego

📋 copy color: '#C5E12B'

red 197 ◦ green 225 ◦ blue 43

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

Shades of Fuego #C5E12B

Tints of Fuego #C5E12B

RGB

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

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

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

R = 42.37%
G = 48.39%
B = 9.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#C5E12B (or 0xC5E12B) is known color: Fuego. HEX triplet: C5, E1 and 2B. RGB value is (197,225,43). Sum of RGB (Red+Green+Blue) = 197+225+43=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 225 (88.28% from 255 or 48.39% from 465); Blue value is 43 (17.19% from 255 or 9.25% from 465); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E12B is #3A1ED4. Grayscale: #C4C4C4. Windows color (decimal): -3808981 or 2875845. OLE color: 2875845.

HSL color Cylindrical-coordinate representation of color #C5E12B: hue angle of 69.23º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5E12B is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 225 43 -
CMYK 0.12 0 0.81 0.12
HSL 69.23º 0.75% 0.53% -
HSV(B) 69.23º 0.81% 0.88% -
XYZ 50.39 65.9 12.35 -
YUV 195.88 41.72 128.8 -
System Red Green Blue C M Y K H S L
Decimal 197 225 43 0.12 0 0.81 0.12 69.23 0.75 0.53
Hex C5 E1 2B C 0 51 C 45 4B 35
Octal 305 341 53 14 0 121 14 105 113 65
Binary 11000101 11100001 101011 1100 0 1010001 1100 1000101 1001011 110101

Color Harmonies of #C5E12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E12B

Black with #C5E12B

Text Example


Text Example

White with #C5E12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E12B; }

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

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

background-color css

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

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

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

border-color css

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

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

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