Html Css Color HEX #C0E127 Fuego

📋 copy color: '#C0E127'

red 192 ◦ green 225 ◦ blue 39

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

Shades of Fuego #C0E127

Tints of Fuego #C0E127

RGB

 RED value IS 192 (75.39% from 255) = 42.11%

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

 BLUE value IS 39 (15.63% from 255) = 8.55%

R = 42.11%
G = 49.34%
B = 8.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#C0E127 (or 0xC0E127) is known color: Fuego. HEX triplet: C0, E1 and 27. RGB value is (192,225,39). Sum of RGB (Red+Green+Blue) = 192+225+39=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 39 (15.62% from 255 or 8.55% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E127 is #3F1ED8. Grayscale: #C2C2C2. Windows color (decimal): -4136665 or 2613696. OLE color: 2613696.

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

Color convert

RGB 192 225 39 -
CMYK 0.15 0 0.83 0.12
HSL 70.65º 0.76% 0.52% -
HSV(B) 70.65º 0.83% 0.88% -
XYZ 49.03 65.2 11.92 -
YUV 193.93 40.57 126.62 -
System Red Green Blue C M Y K H S L
Decimal 192 225 39 0.15 0 0.83 0.12 70.65 0.76 0.52
Hex C0 E1 27 F 0 53 C 47 4C 34
Octal 300 341 47 17 0 123 14 107 114 64
Binary 11000000 11100001 100111 1111 0 1010011 1100 1000111 1001100 110100

Color Harmonies of #C0E127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E127

Black with #C0E127

Text Example


Text Example

White with #C0E127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E127; }

 p { color: rgb(192,225,39); }

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

background-color css

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

 a { background-color: rgb(192,225,39); }

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

border-color css

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

 span { border-color: rgb(192,225,39); }

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