Html Css Color HEX #66BF59 Apple

📋 copy color: '#66BF59'

red 102 ◦ green 191 ◦ blue 89

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

Shades of Apple #66BF59

Tints of Apple #66BF59

RGB

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

 GREEN value IS 191 (75% from 255) = 50%

 BLUE value IS 89 (35.16% from 255) = 23.3%

R = 26.7%
G = 50%
B = 23.3%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#66BF59 (or 0x66BF59) is known color: Apple. HEX triplet: 66, BF and 59. RGB value is (102,191,89). Sum of RGB (Red+Green+Blue) = 102+191+89=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 191 (75% from 255 or 50% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 191 - color contains mainly: green. Hex color #66BF59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BF59 is #9940A6. Grayscale: #999999. Windows color (decimal): -10043559 or 5881702. OLE color: 5881702.

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

Color convert

RGB 102 191 89 -
CMYK 0.47 0 0.53 0.25
HSL 112.35º 0.44% 0.55% -
HSV(B) 112.35º 0.53% 0.75% -
XYZ 25.91 40.81 15.96 -
YUV 152.76 92.01 91.79 -
System Red Green Blue C M Y K H S L
Decimal 102 191 89 0.47 0 0.53 0.25 112.35 0.44 0.55
Hex 66 BF 59 2F 0 35 19 70 2C 37
Octal 146 277 131 57 0 65 31 160 54 67
Binary 1100110 10111111 1011001 101111 0 110101 11001 1110000 101100 110111

Color Harmonies of #66BF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BF59

Black with #66BF59

Text Example


Text Example

White with #66BF59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,191,89); }

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

background-color css

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

 a { background-color: rgb(102,191,89); }

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

border-color css

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

 span { border-color: rgb(102,191,89); }

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