Html Css Color HEX #66BF55 Apple

📋 copy color: '#66BF55'

red 102 ◦ green 191 ◦ blue 85

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

Shades of Apple #66BF55

Tints of Apple #66BF55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.49%

R = 26.98%
G = 50.53%
B = 22.49%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#66BF55 (or 0x66BF55) is known color: Apple. HEX triplet: 66, BF and 55. RGB value is (102,191,85). Sum of RGB (Red+Green+Blue) = 102+191+85=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 191 (75% from 255 or 50.53% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 191 - color contains mainly: green. Hex color #66BF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BF55 is #9940AA. Grayscale: #989898. Windows color (decimal): -10043563 or 5619558. OLE color: 5619558.

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

Color convert

RGB 102 191 85 -
CMYK 0.47 0 0.55 0.25
HSL 110.38º 0.45% 0.54% -
HSV(B) 110.38º 0.55% 0.75% -
XYZ 25.75 40.74 15.1 -
YUV 152.31 90.01 92.12 -
System Red Green Blue C M Y K H S L
Decimal 102 191 85 0.47 0 0.55 0.25 110.38 0.45 0.54
Hex 66 BF 55 2F 0 37 19 6E 2D 36
Octal 146 277 125 57 0 67 31 156 55 66
Binary 1100110 10111111 1010101 101111 0 110111 11001 1101110 101101 110110

Color Harmonies of #66BF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BF55

Black with #66BF55

Text Example


Text Example

White with #66BF55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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