Html Css Color HEX #65B040 Apple

📋 copy color: '#65B040'

red 101 ◦ green 176 ◦ blue 64

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

Shades of Apple #65B040

Tints of Apple #65B040

RGB

 RED value IS 101 (39.84% from 255) = 29.62%

 GREEN value IS 176 (69.14% from 255) = 51.61%

 BLUE value IS 64 (25.39% from 255) = 18.77%

R = 29.62%
G = 51.61%
B = 18.77%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#65B040 (or 0x65B040) is known color: Apple. HEX triplet: 65, B0 and 40. RGB value is (101,176,64). Sum of RGB (Red+Green+Blue) = 101+176+64=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 176 (69.14% from 255 or 51.61% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 176 - color contains mainly: green. Hex color #65B040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65B040 is #9A4FBF. Grayscale: #8D8D8D. Windows color (decimal): -10112960 or 4239461. OLE color: 4239461.

HSL color Cylindrical-coordinate representation of color #65B040: hue angle of 100.18º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #65B040 is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 101 176 64 -
CMYK 0.43 0 0.64 0.31
HSL 100.18º 0.47% 0.47% -
HSV(B) 100.18º 0.64% 0.69% -
XYZ 21.82 34.19 10.3 -
YUV 140.81 84.65 99.61 -
System Red Green Blue C M Y K H S L
Decimal 101 176 64 0.43 0 0.64 0.31 100.18 0.47 0.47
Hex 65 B0 40 2B 0 40 1F 64 2F 2F
Octal 145 260 100 53 0 100 37 144 57 57
Binary 1100101 10110000 1000000 101011 0 1000000 11111 1100100 101111 101111

Color Harmonies of #65B040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B040

Black with #65B040

Text Example


Text Example

White with #65B040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,176,64); }

 H1.HeaderClassName
 {
   color: #65B040;
 }
 .AnyTagClassName
 {
   color: #65B040;
 }
</style>

background-color css

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

 a { background-color: rgb(101,176,64); }

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

border-color css

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

 span { border-color: rgb(101,176,64); }

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