Html Css Color HEX #66C752 Apple

📋 copy color: '#66C752'

red 102 ◦ green 199 ◦ blue 82

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

Shades of Apple #66C752

Tints of Apple #66C752

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.96%

 BLUE value IS 82 (32.42% from 255) = 21.41%

R = 26.63%
G = 51.96%
B = 21.41%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#66C752 (or 0x66C752) is known color: Apple. HEX triplet: 66, C7 and 52. RGB value is (102,199,82). Sum of RGB (Red+Green+Blue) = 102+199+82=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 199 (78.12% from 255 or 51.96% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 199 - color contains mainly: green. Hex color #66C752 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C752 is #9938AD. Grayscale: #9D9D9D. Windows color (decimal): -10041518 or 5424998. OLE color: 5424998.

HSL color Cylindrical-coordinate representation of color #66C752: hue angle of 109.74º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66C752 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 199 82 -
CMYK 0.49 0 0.59 0.22
HSL 109.74º 0.51% 0.55% -
HSV(B) 109.74º 0.59% 0.78% -
XYZ 27.43 44.28 15.08 -
YUV 156.66 85.86 89.01 -
System Red Green Blue C M Y K H S L
Decimal 102 199 82 0.49 0 0.59 0.22 109.74 0.51 0.55
Hex 66 C7 52 31 0 3B 16 6E 33 37
Octal 146 307 122 61 0 73 26 156 63 67
Binary 1100110 11000111 1010010 110001 0 111011 10110 1101110 110011 110111

Color Harmonies of #66C752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C752

Black with #66C752

Text Example


Text Example

White with #66C752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,199,82); }

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

background-color css

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

 a { background-color: rgb(102,199,82); }

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

border-color css

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

 span { border-color: rgb(102,199,82); }

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