Html Css Color HEX #66E214 Bright Green

📋 copy color: '#66E214'

red 102 ◦ green 226 ◦ blue 20

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

Shades of Bright Green #66E214

Tints of Bright Green #66E214

RGB

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

 GREEN value IS 226 (88.67% from 255) = 64.94%

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

R = 29.31%
G = 64.94%
B = 5.75%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#66E214 (or 0x66E214) is known color: Bright Green. HEX triplet: 66, E2 and 14. RGB value is (102,226,20). Sum of RGB (Red+Green+Blue) = 102+226+20=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 226 (88.67% from 255 or 64.94% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 226 - color contains mainly: green. Hex color #66E214 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66E214 is #991DEB. Grayscale: #A6A6A6. Windows color (decimal): -10034668 or 1368678. OLE color: 1368678.

HSL color Cylindrical-coordinate representation of color #66E214: hue angle of 96.12º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66E214 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 102 226 20 -
CMYK 0.55 0 0.91 0.11
HSL 96.12º 0.84% 0.48% -
HSV(B) 96.12º 0.91% 0.89% -
XYZ 32.8 57.27 9.99 -
YUV 165.44 45.92 82.75 -
System Red Green Blue C M Y K H S L
Decimal 102 226 20 0.55 0 0.91 0.11 96.12 0.84 0.48
Hex 66 E2 14 37 0 5B B 60 54 30
Octal 146 342 24 67 0 133 13 140 124 60
Binary 1100110 11100010 10100 110111 0 1011011 1011 1100000 1010100 110000

Color Harmonies of #66E214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66E214

Black with #66E214

Text Example


Text Example

White with #66E214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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