Html Css Color HEX #66BE4D Apple

📋 copy color: '#66BE4D'

red 102 ◦ green 190 ◦ blue 77

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

Shades of Apple #66BE4D

Tints of Apple #66BE4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.87%

R = 27.64%
G = 51.49%
B = 20.87%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#66BE4D (or 0x66BE4D) is known color: Apple. HEX triplet: 66, BE and 4D. RGB value is (102,190,77). Sum of RGB (Red+Green+Blue) = 102+190+77=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 190 (74.61% from 255 or 51.49% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 190 - color contains mainly: green. Hex color #66BE4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BE4D is #9941B2. Grayscale: #979797. Windows color (decimal): -10043827 or 5095014. OLE color: 5095014.

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

Color convert

RGB 102 190 77 -
CMYK 0.46 0 0.59 0.25
HSL 106.73º 0.47% 0.52% -
HSV(B) 106.73º 0.59% 0.75% -
XYZ 25.23 40.19 13.45 -
YUV 150.81 86.35 93.19 -
System Red Green Blue C M Y K H S L
Decimal 102 190 77 0.46 0 0.59 0.25 106.73 0.47 0.52
Hex 66 BE 4D 2E 0 3B 19 6B 2F 34
Octal 146 276 115 56 0 73 31 153 57 64
Binary 1100110 10111110 1001101 101110 0 111011 11001 1101011 101111 110100

Color Harmonies of #66BE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BE4D

Black with #66BE4D

Text Example


Text Example

White with #66BE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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