Html Css Color HEX #65BF52 Apple

📋 copy color: '#65BF52'

red 101 ◦ green 191 ◦ blue 82

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

Shades of Apple #65BF52

Tints of Apple #65BF52

RGB

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

 GREEN value IS 191 (75% from 255) = 51.07%

 BLUE value IS 82 (32.42% from 255) = 21.93%

R = 27.01%
G = 51.07%
B = 21.93%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#65BF52 (or 0x65BF52) is known color: Apple. HEX triplet: 65, BF and 52. RGB value is (101,191,82). Sum of RGB (Red+Green+Blue) = 101+191+82=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 191 (75% from 255 or 51.07% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 191 - color contains mainly: green. Hex color #65BF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BF52 is #9A40AD. Grayscale: #989898. Windows color (decimal): -10109102 or 5422949. OLE color: 5422949.

HSL color Cylindrical-coordinate representation of color #65BF52: hue angle of 109.54º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65BF52 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 191 82 -
CMYK 0.47 0 0.57 0.25
HSL 109.54º 0.46% 0.54% -
HSV(B) 109.54º 0.57% 0.75% -
XYZ 25.52 40.64 14.48 -
YUV 151.66 88.68 91.86 -
System Red Green Blue C M Y K H S L
Decimal 101 191 82 0.47 0 0.57 0.25 109.54 0.46 0.54
Hex 65 BF 52 2F 0 39 19 6E 2E 36
Octal 145 277 122 57 0 71 31 156 56 66
Binary 1100101 10111111 1010010 101111 0 111001 11001 1101110 101110 110110

Color Harmonies of #65BF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BF52

Black with #65BF52

Text Example


Text Example

White with #65BF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,191,82); }

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

background-color css

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

 a { background-color: rgb(101,191,82); }

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

border-color css

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

 span { border-color: rgb(101,191,82); }

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