Html Css Color HEX #65B94F Apple

📋 copy color: '#65B94F'

red 101 ◦ green 185 ◦ blue 79

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

Shades of Apple #65B94F

Tints of Apple #65B94F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.64%

R = 27.67%
G = 50.68%
B = 21.64%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#65B94F (or 0x65B94F) is known color: Apple. HEX triplet: 65, B9 and 4F. RGB value is (101,185,79). Sum of RGB (Red+Green+Blue) = 101+185+79=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 185 (72.66% from 255 or 50.68% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 185 - color contains mainly: green. Hex color #65B94F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B94F is #9A46B0. Grayscale: #949494. Windows color (decimal): -10110641 or 5224805. OLE color: 5224805.

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

Color convert

RGB 101 185 79 -
CMYK 0.45 0 0.57 0.27
HSL 107.55º 0.43% 0.52% -
HSV(B) 107.55º 0.57% 0.73% -
XYZ 24.13 38.03 13.47 -
YUV 147.8 89.17 94.62 -
System Red Green Blue C M Y K H S L
Decimal 101 185 79 0.45 0 0.57 0.27 107.55 0.43 0.52
Hex 65 B9 4F 2D 0 39 1B 6C 2B 34
Octal 145 271 117 55 0 71 33 154 53 64
Binary 1100101 10111001 1001111 101101 0 111001 11011 1101100 101011 110100

Color Harmonies of #65B94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B94F

Black with #65B94F

Text Example


Text Example

White with #65B94F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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