#65BF35

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

Shades of Apple #65BF35

Tints of Apple #65BF35

Color information

#65BF35 (or 0x65BF35) is unknown color: approx Apple. HEX triplet: 65, BF and 35. RGB value is (101,191,53). Sum of RGB (Red+Green+Blue) = 101+191+53=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 191 (75% from 255 or 55.36% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 191 - color contains mainly: green. Hex color #65BF35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BF35 is #9A40CA. Grayscale: #949494. Windows color (decimal): -10109131 or 3522405. OLE color: 3522405.

HSL color Cylindrical-coordinate representation of color #65BF35: hue angle of 99.13º degrees, saturation: 0.57, 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 #65BF35 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB10119153-
CMYK0.4700.720.25
HSL99.13º56.56%47.84%-
HSV(B)99.13º72.25%74.9%-
XYZ24.6440.299.85-
YUV148.3674.1894.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.28%
GREEN value IS 191 (75% from 255) = 55.36%
BLUE value IS 53 (21.09% from 255) = 15.36%
R=29.28%
G=55.36%
B=15.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101191530.4700.720.2599.1356.5647.84
Hex65BF352F04819633930
Octal14527765570110311437160
Binary11001011011111111010110111101001000110011100011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65BF35; }

 p { color: rgb(101,191,53); }

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

<style>
 a { background-color: #65BF35; }

 a { background-color: rgb(101,191,53); }

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

<style>
 span { border-color: #65BF35; }

 span { border-color: rgb(101,191,53); }

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