#61F134

Color #61F134 Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #61F134

Tints of Bright Green #61F134

Color information

#61F134 (or 0x61F134) is unknown color: approx Bright Green. HEX triplet: 61, F1 and 34. RGB value is (97,241,52). Sum of RGB (Red+Green+Blue) = 97+241+52=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 241 (94.53% from 255 or 61.79% from 390); Blue value is 52 (20.70% from 255 or 13.33% from 390); Max value from RGB is 241 - color contains mainly: green. Hex color #61F134 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61F134 is #9E0ECB. Grayscale: #B1B1B1. Windows color (decimal): -10358476 or 3469665. OLE color: 3469665.

HSL color Cylindrical-coordinate representation of color #61F134: hue angle of 105.71º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61F134 is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB9724152-
CMYK0.6000.780.05
HSL105.71º87.1%57.45%-
HSV(B)105.71º78.42%94.51%-
XYZ3765.713.98-
YUV176.457.7971.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.87%
GREEN value IS 241 (94.53% from 255) = 61.79%
BLUE value IS 52 (20.70% from 255) = 13.33%
R=24.87%
G=61.79%
B=13.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal97241520.6000.780.05105.7187.157.45
Hex61F1343C04E56a5739
Octal14136164740116515212771
Binary1100001111100011101001111000100111010111010101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61F134; }

 p { color: rgb(97,241,52); }

 H1.HeaderClassName
 {
   color: #61F134;
 }
 .AnyTagClassName
 {
   color: #61F134;
 }
</style>
background-color css

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

 a { background-color: rgb(97,241,52); }

 div.DivClassName
 {
   background-color: #61F134;
 }
 .BgClassName
 {
   background-color: #61F134;
 }
</style>
border-color css

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

 span { border-color: rgb(97,241,52); }

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