#66BE35

Color #66BE35 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #66BE35

Tints of Apple #66BE35

Color information

#66BE35 (or 0x66BE35) is unknown color: approx Apple. HEX triplet: 66, BE and 35. RGB value is (102,190,53). Sum of RGB (Red+Green+Blue) = 102+190+53=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #66BE35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BE35 is #9941CA. Grayscale: #949494. Windows color (decimal): -10043851 or 3522150. OLE color: 3522150.

HSL color Cylindrical-coordinate representation of color #66BE35: hue angle of 98.54º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66BE35 is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB10219053-
CMYK0.4600.720.25
HSL98.54º56.38%47.65%-
HSV(B)98.54º72.11%74.51%-
XYZ24.5439.919.78-
YUV148.0774.3595.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.57%
GREEN value IS 190 (74.61% from 255) = 55.07%
BLUE value IS 53 (21.09% from 255) = 15.36%
R=29.57%
G=55.07%
B=15.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102190530.4600.720.2598.5456.3847.65
Hex66BE352E04819633830
Octal14627665560110311437060
Binary11001101011111011010110111001001000110011100011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,190,53); }

 H1.HeaderClassName
 {
   color: #66BE35;
 }
 .AnyTagClassName
 {
   color: #66BE35;
 }
</style>
background-color css

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

 a { background-color: rgb(102,190,53); }

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

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

 span { border-color: rgb(102,190,53); }

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