Html Css Color HEX #65BC53 Apple

📋 copy color: '#65BC53'

red 101 ◦ green 188 ◦ blue 83

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

Shades of Apple #65BC53

Tints of Apple #65BC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.31%

R = 27.15%
G = 50.54%
B = 22.31%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#65BC53 (or 0x65BC53) is known color: Apple. HEX triplet: 65, BC and 53. RGB value is (101,188,83). Sum of RGB (Red+Green+Blue) = 101+188+83=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #65BC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BC53 is #9A43AC. Grayscale: #969696. Windows color (decimal): -10109869 or 5487717. OLE color: 5487717.

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

Color convert

RGB 101 188 83 -
CMYK 0.46 0 0.56 0.26
HSL 109.71º 0.44% 0.53% -
HSV(B) 109.71º 0.56% 0.74% -
XYZ 24.91 39.36 14.47 -
YUV 150.02 90.18 93.04 -
System Red Green Blue C M Y K H S L
Decimal 101 188 83 0.46 0 0.56 0.26 109.71 0.44 0.53
Hex 65 BC 53 2E 0 38 1A 6E 2C 35
Octal 145 274 123 56 0 70 32 156 54 65
Binary 1100101 10111100 1010011 101110 0 111000 11010 1101110 101100 110101

Color Harmonies of #65BC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BC53

Black with #65BC53

Text Example


Text Example

White with #65BC53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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