Html Css Color HEX #66F814 Bright Green

📋 copy color: '#66F814'

red 102 ◦ green 248 ◦ blue 20

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

Shades of Bright Green #66F814

Tints of Bright Green #66F814

RGB

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

 GREEN value IS 248 (97.27% from 255) = 67.03%

 BLUE value IS 20 (8.2% from 255) = 5.41%

R = 27.57%
G = 67.03%
B = 5.41%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#66F814 (or 0x66F814) is known color: Bright Green. HEX triplet: 66, F8 and 14. RGB value is (102,248,20). Sum of RGB (Red+Green+Blue) = 102+248+20=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 248 (97.27% from 255 or 67.03% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 248 - color contains mainly: green. Hex color #66F814 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66F814 is #9907EB. Grayscale: #B3B3B3. Windows color (decimal): -10029036 or 1374310. OLE color: 1374310.

HSL color Cylindrical-coordinate representation of color #66F814: hue angle of 98.42º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66F814 is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 102 248 20 -
CMYK 0.59 0 0.92 0.03
HSL 98.42º 0.94% 0.53% -
HSV(B) 98.42º 0.92% 0.97% -
XYZ 39.17 70.01 12.11 -
YUV 178.35 38.63 73.54 -
System Red Green Blue C M Y K H S L
Decimal 102 248 20 0.59 0 0.92 0.03 98.42 0.94 0.53
Hex 66 F8 14 3B 0 5C 3 62 5E 35
Octal 146 370 24 73 0 134 3 142 136 65
Binary 1100110 11111000 10100 111011 0 1011100 11 1100010 1011110 110101

Color Harmonies of #66F814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F814

Black with #66F814

Text Example


Text Example

White with #66F814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,248,20); }

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

background-color css

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

 a { background-color: rgb(102,248,20); }

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

border-color css

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

 span { border-color: rgb(102,248,20); }

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