Html Css Color HEX #65B52F Apple

📋 copy color: '#65B52F'

red 101 ◦ green 181 ◦ blue 47

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

Shades of Apple #65B52F

Tints of Apple #65B52F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 55.02%

 BLUE value IS 47 (18.75% from 255) = 14.29%

R = 30.7%
G = 55.02%
B = 14.29%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#65B52F (or 0x65B52F) is known color: Apple. HEX triplet: 65, B5 and 2F. RGB value is (101,181,47). Sum of RGB (Red+Green+Blue) = 101+181+47=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 181 (71.09% from 255 or 55.02% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 181 - color contains mainly: green. Hex color #65B52F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65B52F is #9A4AD0. Grayscale: #8E8E8E. Windows color (decimal): -10111697 or 3126629. OLE color: 3126629.

HSL color Cylindrical-coordinate representation of color #65B52F: hue angle of 95.82º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #65B52F is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 101 181 47 -
CMYK 0.44 0 0.74 0.29
HSL 95.82º 0.59% 0.45% -
HSV(B) 95.82º 0.74% 0.71% -
XYZ 22.4 36.02 8.46 -
YUV 141.8 74.5 98.9 -
System Red Green Blue C M Y K H S L
Decimal 101 181 47 0.44 0 0.74 0.29 95.82 0.59 0.45
Hex 65 B5 2F 2C 0 4A 1D 60 3B 2D
Octal 145 265 57 54 0 112 35 140 73 55
Binary 1100101 10110101 101111 101100 0 1001010 11101 1100000 111011 101101

Color Harmonies of #65B52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B52F

Black with #65B52F

Text Example


Text Example

White with #65B52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,181,47); }

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

background-color css

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

 a { background-color: rgb(101,181,47); }

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

border-color css

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

 span { border-color: rgb(101,181,47); }

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