Html Css Color HEX #C7E125 Fuego

📋 copy color: '#C7E125'

red 199 ◦ green 225 ◦ blue 37

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

Shades of Fuego #C7E125

Tints of Fuego #C7E125

RGB

 RED value IS 199 (78.13% from 255) = 43.17%

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

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

R = 43.17%
G = 48.81%
B = 8.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#C7E125 (or 0xC7E125) is known color: Fuego. HEX triplet: C7, E1 and 25. RGB value is (199,225,37). Sum of RGB (Red+Green+Blue) = 199+225+37=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 37 (14.84% from 255 or 8.03% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #C7E125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E125 is #381EDA. Grayscale: #C4C4C4. Windows color (decimal): -3677915 or 2482631. OLE color: 2482631.

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

Color convert

RGB 199 225 37 -
CMYK 0.12 0 0.84 0.12
HSL 68.3º 0.76% 0.51% -
HSV(B) 68.3º 0.84% 0.88% -
XYZ 50.81 66.13 11.84 -
YUV 195.79 38.39 130.29 -
System Red Green Blue C M Y K H S L
Decimal 199 225 37 0.12 0 0.84 0.12 68.3 0.76 0.51
Hex C7 E1 25 C 0 54 C 44 4C 33
Octal 307 341 45 14 0 124 14 104 114 63
Binary 11000111 11100001 100101 1100 0 1010100 1100 1000100 1001100 110011

Color Harmonies of #C7E125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7E125

Black with #C7E125

Text Example


Text Example

White with #C7E125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7E125; }

 p { color: rgb(199,225,37); }

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

background-color css

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

 a { background-color: rgb(199,225,37); }

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

border-color css

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

 span { border-color: rgb(199,225,37); }

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