Html Css Color HEX #66D741 Apple

📋 copy color: '#66D741'

red 102 ◦ green 215 ◦ blue 65

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

Shades of Apple #66D741

Tints of Apple #66D741

RGB

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

 GREEN value IS 215 (84.38% from 255) = 56.28%

 BLUE value IS 65 (25.78% from 255) = 17.02%

R = 26.7%
G = 56.28%
B = 17.02%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#66D741 (or 0x66D741) is known color: Apple. HEX triplet: 66, D7 and 41. RGB value is (102,215,65). Sum of RGB (Red+Green+Blue) = 102+215+65=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 215 (84.38% from 255 or 56.28% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 215 - color contains mainly: green. Hex color #66D741 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D741 is #9928BE. Grayscale: #A4A4A4. Windows color (decimal): -10037439 or 4314982. OLE color: 4314982.

HSL color Cylindrical-coordinate representation of color #66D741: hue angle of 105.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66D741 is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 215 65 -
CMYK 0.53 0 0.70 0.16
HSL 105.2º 0.65% 0.55% -
HSV(B) 105.2º 0.7% 0.84% -
XYZ 30.73 51.81 13.38 -
YUV 164.11 72.06 83.7 -
System Red Green Blue C M Y K H S L
Decimal 102 215 65 0.53 0 0.70 0.16 105.2 0.65 0.55
Hex 66 D7 41 35 0 46 10 69 41 37
Octal 146 327 101 65 0 106 20 151 101 67
Binary 1100110 11010111 1000001 110101 0 1000110 10000 1101001 1000001 110111

Color Harmonies of #66D741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D741

Black with #66D741

Text Example


Text Example

White with #66D741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,215,65); }

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

background-color css

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

 a { background-color: rgb(102,215,65); }

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

border-color css

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

 span { border-color: rgb(102,215,65); }

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