Html Css Color HEX #66F701 Bright Green

📋 copy color: '#66F701'

red 102 ◦ green 247 ◦ blue 1

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

Shades of Bright Green #66F701

Tints of Bright Green #66F701

RGB

 RED value IS 102 (40.23% from 255) = 29.14%

 GREEN value IS 247 (96.88% from 255) = 70.57%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 29.14%
G = 70.57%
B = 0.29%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#66F701 (or 0x66F701) is known color: Bright Green. HEX triplet: 66, F7 and 01. RGB value is (102,247,1). Sum of RGB (Red+Green+Blue) = 102+247+1=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 247 (96.88% from 255 or 70.57% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 247 - color contains mainly: green. Hex color #66F701 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66F701 is #9908FE. Grayscale: #B0B0B0. Windows color (decimal): -10029311 or 128870. OLE color: 128870.

HSL color Cylindrical-coordinate representation of color #66F701: hue angle of 95.37º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66F701 is Cyan = 0.59, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 102 247 1 -
CMYK 0.59 0 1.00 0.03
HSL 95.37º 0.99% 0.49% -
HSV(B) 95.37º 1% 0.97% -
XYZ 38.75 69.35 11.37 -
YUV 175.6 29.46 75.5 -
System Red Green Blue C M Y K H S L
Decimal 102 247 1 0.59 0 1.00 0.03 95.37 0.99 0.49
Hex 66 F7 1 3B 0 64 3 5F 63 31
Octal 146 367 1 73 0 144 3 137 143 61
Binary 1100110 11110111 1 111011 0 1100100 11 1011111 1100011 110001

Color Harmonies of #66F701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F701

Black with #66F701

Text Example


Text Example

White with #66F701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66F701; }

 p { color: rgb(102,247,1); }

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

background-color css

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

 a { background-color: rgb(102,247,1); }

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

border-color css

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

 span { border-color: rgb(102,247,1); }

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