#6CFA04

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

Shades of Bright Green #6CFA04

Tints of Bright Green #6CFA04

Color information

#6CFA04 (or 0x6CFA04) is unknown color: approx Bright Green. HEX triplet: 6C, FA and 04. RGB value is (108,250,4). Sum of RGB (Red+Green+Blue) = 108+250+4=362 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.83% from 362); Green value is 250 (98.05% from 255 or 69.06% from 362); Blue value is 4 (1.95% from 255 or 1.10% from 362); Max value from RGB is 250 - color contains mainly: green. Hex color #6CFA04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CFA04 is #9305FB. Grayscale: #B4B4B4. Windows color (decimal): -9635324 or 326252. OLE color: 326252.

HSL color Cylindrical-coordinate representation of color #6CFA04: hue angle of 94.63º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6CFA04 is Cyan = 0.57, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB1082504-
CMYK0.5700.980.02
HSL94.63º96.85%49.8%-
HSV(B)94.63º98.4%98.04%-
XYZ40.3971.5711.8-
YUV179.528.9677-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.83%
GREEN value IS 250 (98.05% from 255) = 69.06%
BLUE value IS 4 (1.95% from 255) = 1.10%
R=29.83%
G=69.06%
B=1.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal10825040.5700.980.0294.6396.8549.8
Hex6CFA43906225f6132
Octal1543724710142213714162
Binary110110011111010100111001011000101010111111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CFA04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,250,4); }

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

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

 a { background-color: rgb(108,250,4); }

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

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

 span { border-color: rgb(108,250,4); }

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