#69F601

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

Shades of Bright Green #69F601

Tints of Bright Green #69F601

Color information

#69F601 (or 0x69F601) is unknown color: approx Bright Green. HEX triplet: 69, F6 and 01. RGB value is (105,246,1). Sum of RGB (Red+Green+Blue) = 105+246+1=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 246 (96.48% from 255 or 69.89% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 246 - color contains mainly: green. Hex color #69F601 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #69F601 is #9609FE. Grayscale: #B0B0B0. Windows color (decimal): -9832959 or 128617. OLE color: 128617.

HSL color Cylindrical-coordinate representation of color #69F601: hue angle of 94.53º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #69F601 is Cyan = 0.57, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB1052461-
CMYK0.5701.000.04
HSL94.53º99.19%48.43%-
HSV(B)94.53º99.59%96.47%-
XYZ38.7968.9211.29-
YUV175.9129.2977.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.83%
GREEN value IS 246 (96.48% from 255) = 69.89%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=29.83%
G=69.89%
B=0.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal10524610.5701.000.0494.5399.1948.43
Hex69F613906445f6330
Octal1513661710144413714360
Binary11010011111011011110010110010010010111111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69F601; }

 p { color: rgb(105,246,1); }

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

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

 a { background-color: rgb(105,246,1); }

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

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

 span { border-color: rgb(105,246,1); }

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