Html Css Color HEX #65B93F Apple

📋 copy color: '#65B93F'

red 101 ◦ green 185 ◦ blue 63

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

Shades of Apple #65B93F

Tints of Apple #65B93F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.01%

 BLUE value IS 63 (25% from 255) = 18.05%

R = 28.94%
G = 53.01%
B = 18.05%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#65B93F (or 0x65B93F) is known color: Apple. HEX triplet: 65, B9 and 3F. RGB value is (101,185,63). Sum of RGB (Red+Green+Blue) = 101+185+63=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 185 (72.66% from 255 or 53.01% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 185 - color contains mainly: green. Hex color #65B93F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65B93F is #9A46C0. Grayscale: #929292. Windows color (decimal): -10110657 or 4176229. OLE color: 4176229.

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

Color convert

RGB 101 185 63 -
CMYK 0.45 0 0.66 0.27
HSL 101.31º 0.49% 0.49% -
HSV(B) 101.31º 0.66% 0.73% -
XYZ 23.61 37.82 10.76 -
YUV 145.98 81.17 95.92 -
System Red Green Blue C M Y K H S L
Decimal 101 185 63 0.45 0 0.66 0.27 101.31 0.49 0.49
Hex 65 B9 3F 2D 0 42 1B 65 31 31
Octal 145 271 77 55 0 102 33 145 61 61
Binary 1100101 10111001 111111 101101 0 1000010 11011 1100101 110001 110001

Color Harmonies of #65B93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B93F

Black with #65B93F

Text Example


Text Example

White with #65B93F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,185,63); }

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

background-color css

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

 a { background-color: rgb(101,185,63); }

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

border-color css

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

 span { border-color: rgb(101,185,63); }

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