Html Css Color HEX #65BC40 Apple

📋 copy color: '#65BC40'

red 101 ◦ green 188 ◦ blue 64

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

Shades of Apple #65BC40

Tints of Apple #65BC40

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.26%

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

R = 28.61%
G = 53.26%
B = 18.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#65BC40 (or 0x65BC40) is known color: Apple. HEX triplet: 65, BC and 40. RGB value is (101,188,64). Sum of RGB (Red+Green+Blue) = 101+188+64=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #65BC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BC40 is #9A43BF. Grayscale: #949494. Windows color (decimal): -10109888 or 4242533. OLE color: 4242533.

HSL color Cylindrical-coordinate representation of color #65BC40: hue angle of 102.1º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65BC40 is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 188 64 -
CMYK 0.46 0 0.66 0.26
HSL 102.1º 0.49% 0.49% -
HSV(B) 102.1º 0.66% 0.74% -
XYZ 24.28 39.1 11.12 -
YUV 147.85 80.68 94.58 -
System Red Green Blue C M Y K H S L
Decimal 101 188 64 0.46 0 0.66 0.26 102.1 0.49 0.49
Hex 65 BC 40 2E 0 42 1A 66 31 31
Octal 145 274 100 56 0 102 32 146 61 61
Binary 1100101 10111100 1000000 101110 0 1000010 11010 1100110 110001 110001

Color Harmonies of #65BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BC40

Black with #65BC40

Text Example


Text Example

White with #65BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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