Html Css Color HEX #66BE2E Apple

📋 copy color: '#66BE2E'

red 102 ◦ green 190 ◦ blue 46

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

Shades of Apple #66BE2E

Tints of Apple #66BE2E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 56.21%

 BLUE value IS 46 (18.36% from 255) = 13.61%

R = 30.18%
G = 56.21%
B = 13.61%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#66BE2E (or 0x66BE2E) is known color: Apple. HEX triplet: 66, BE and 2E. RGB value is (102,190,46). Sum of RGB (Red+Green+Blue) = 102+190+46=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 190 (74.61% from 255 or 56.21% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 190 - color contains mainly: green. Hex color #66BE2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BE2E is #9941D1. Grayscale: #939393. Windows color (decimal): -10043858 or 3063398. OLE color: 3063398.

HSL color Cylindrical-coordinate representation of color #66BE2E: hue angle of 96.67º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66BE2E is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 190 46 -
CMYK 0.46 0 0.76 0.25
HSL 96.67º 0.61% 0.46% -
HSV(B) 96.67º 0.76% 0.75% -
XYZ 24.39 39.85 8.99 -
YUV 147.27 70.85 95.71 -
System Red Green Blue C M Y K H S L
Decimal 102 190 46 0.46 0 0.76 0.25 96.67 0.61 0.46
Hex 66 BE 2E 2E 0 4C 19 61 3D 2E
Octal 146 276 56 56 0 114 31 141 75 56
Binary 1100110 10111110 101110 101110 0 1001100 11001 1100001 111101 101110

Color Harmonies of #66BE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BE2E

Black with #66BE2E

Text Example


Text Example

White with #66BE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,190,46); }

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

background-color css

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

 a { background-color: rgb(102,190,46); }

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

border-color css

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

 span { border-color: rgb(102,190,46); }

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