#6DF225

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

Shades of Bright Green #6DF225

Tints of Bright Green #6DF225

Color information

#6DF225 (or 0x6DF225) is unknown color: approx Bright Green. HEX triplet: 6D, F2 and 25. RGB value is (109,242,37). Sum of RGB (Red+Green+Blue) = 109+242+37=388 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.09% from 388); Green value is 242 (94.92% from 255 or 62.37% from 388); Blue value is 37 (14.84% from 255 or 9.54% from 388); Max value from RGB is 242 - color contains mainly: green. Hex color #6DF225 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6DF225 is #920DDA. Grayscale: #B3B3B3. Windows color (decimal): -9571803 or 2486893. OLE color: 2486893.

HSL color Cylindrical-coordinate representation of color #6DF225: hue angle of 98.93º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6DF225 is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB10924237-
CMYK0.5500.850.05
HSL98.93º88.74%54.71%-
HSV(B)98.93º84.71%94.9%-
XYZ38.3966.8912.64-
YUV178.8647.9478.17-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.09%
GREEN value IS 242 (94.92% from 255) = 62.37%
BLUE value IS 37 (14.84% from 255) = 9.54%
R=28.09%
G=62.37%
B=9.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal109242370.5500.850.0598.9388.7454.71
Hex6DF225370555635937
Octal15536245670125514313167
Binary1101101111100101001011101110101010110111000111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DF225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DF225; }

 p { color: rgb(109,242,37); }

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

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

 a { background-color: rgb(109,242,37); }

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

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

 span { border-color: rgb(109,242,37); }

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