Html Css Color HEX #66BC48 Apple

📋 copy color: '#66BC48'

red 102 ◦ green 188 ◦ blue 72

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

Shades of Apple #66BC48

Tints of Apple #66BC48

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.93%

 BLUE value IS 72 (28.52% from 255) = 19.89%

R = 28.18%
G = 51.93%
B = 19.89%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#66BC48 (or 0x66BC48) is known color: Apple. HEX triplet: 66, BC and 48. RGB value is (102,188,72). Sum of RGB (Red+Green+Blue) = 102+188+72=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BC48 is #9943B7. Grayscale: #959595. Windows color (decimal): -10044344 or 4766822. OLE color: 4766822.

HSL color Cylindrical-coordinate representation of color #66BC48: hue angle of 104.48º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #66BC48 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 188 72 -
CMYK 0.46 0 0.62 0.26
HSL 104.48º 0.46% 0.51% -
HSV(B) 104.48º 0.62% 0.74% -
XYZ 24.63 39.26 12.41 -
YUV 149.06 84.51 94.43 -
System Red Green Blue C M Y K H S L
Decimal 102 188 72 0.46 0 0.62 0.26 104.48 0.46 0.51
Hex 66 BC 48 2E 0 3E 1A 68 2E 33
Octal 146 274 110 56 0 76 32 150 56 63
Binary 1100110 10111100 1001000 101110 0 111110 11010 1101000 101110 110011

Color Harmonies of #66BC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BC48

Black with #66BC48

Text Example


Text Example

White with #66BC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,188,72); }

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

background-color css

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

 a { background-color: rgb(102,188,72); }

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

border-color css

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

 span { border-color: rgb(102,188,72); }

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