Html Css Color HEX #65BA41 Apple

📋 copy color: '#65BA41'

red 101 ◦ green 186 ◦ blue 65

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

Shades of Apple #65BA41

Tints of Apple #65BA41

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.84%

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

R = 28.69%
G = 52.84%
B = 18.47%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#65BA41 (or 0x65BA41) is known color: Apple. HEX triplet: 65, BA and 41. RGB value is (101,186,65). Sum of RGB (Red+Green+Blue) = 101+186+65=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #65BA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BA41 is #9A45BE. Grayscale: #939393. Windows color (decimal): -10110399 or 4307557. OLE color: 4307557.

HSL color Cylindrical-coordinate representation of color #65BA41: hue angle of 102.15º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65BA41 is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 186 65 -
CMYK 0.46 0 0.65 0.27
HSL 102.15º 0.48% 0.49% -
HSV(B) 102.15º 0.65% 0.73% -
XYZ 23.88 38.27 11.13 -
YUV 146.79 81.84 95.34 -
System Red Green Blue C M Y K H S L
Decimal 101 186 65 0.46 0 0.65 0.27 102.15 0.48 0.49
Hex 65 BA 41 2E 0 41 1B 66 30 31
Octal 145 272 101 56 0 101 33 146 60 61
Binary 1100101 10111010 1000001 101110 0 1000001 11011 1100110 110000 110001

Color Harmonies of #65BA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BA41

Black with #65BA41

Text Example


Text Example

White with #65BA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,186,65); }

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

background-color css

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

 a { background-color: rgb(101,186,65); }

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

border-color css

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

 span { border-color: rgb(101,186,65); }

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