Html Css Color HEX #66DB13 Bright Green

📋 copy color: '#66DB13'

red 102 ◦ green 219 ◦ blue 19

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

Shades of Bright Green #66DB13

Tints of Bright Green #66DB13

RGB

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

 GREEN value IS 219 (85.94% from 255) = 64.41%

 BLUE value IS 19 (7.81% from 255) = 5.59%

R = 30%
G = 64.41%
B = 5.59%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#66DB13 (or 0x66DB13) is known color: Bright Green. HEX triplet: 66, DB and 13. RGB value is (102,219,19). Sum of RGB (Red+Green+Blue) = 102+219+19=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 219 (85.94% from 255 or 64.41% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 219 - color contains mainly: green. Hex color #66DB13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66DB13 is #9924EC. Grayscale: #A1A1A1. Windows color (decimal): -10036461 or 1301350. OLE color: 1301350.

HSL color Cylindrical-coordinate representation of color #66DB13: hue angle of 95.1º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66DB13 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 219 19 -
CMYK 0.53 0 0.91 0.14
HSL 95.1º 0.84% 0.47% -
HSV(B) 95.1º 0.91% 0.86% -
XYZ 30.93 53.53 9.32 -
YUV 161.22 47.74 85.76 -
System Red Green Blue C M Y K H S L
Decimal 102 219 19 0.53 0 0.91 0.14 95.1 0.84 0.47
Hex 66 DB 13 35 0 5B E 5F 54 2F
Octal 146 333 23 65 0 133 16 137 124 57
Binary 1100110 11011011 10011 110101 0 1011011 1110 1011111 1010100 101111

Color Harmonies of #66DB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DB13

Black with #66DB13

Text Example


Text Example

White with #66DB13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,219,19); }

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

background-color css

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

 a { background-color: rgb(102,219,19); }

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

border-color css

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

 span { border-color: rgb(102,219,19); }

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