Html Css Color HEX #65AF31 Apple

📋 copy color: '#65AF31'

red 101 ◦ green 175 ◦ blue 49

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

Shades of Apple #65AF31

Tints of Apple #65AF31

RGB

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

 GREEN value IS 175 (68.75% from 255) = 53.85%

 BLUE value IS 49 (19.53% from 255) = 15.08%

R = 31.08%
G = 53.85%
B = 15.08%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#65AF31 (or 0x65AF31) is known color: Apple. HEX triplet: 65, AF and 31. RGB value is (101,175,49). Sum of RGB (Red+Green+Blue) = 101+175+49=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 175 (68.75% from 255 or 53.85% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AF31 is #9A50CE. Grayscale: #8A8A8A. Windows color (decimal): -10113231 or 3256165. OLE color: 3256165.

HSL color Cylindrical-coordinate representation of color #65AF31: hue angle of 95.24º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #65AF31 is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 101 175 49 -
CMYK 0.42 0 0.72 0.31
HSL 95.24º 0.56% 0.44% -
HSV(B) 95.24º 0.72% 0.69% -
XYZ 21.25 33.65 8.28 -
YUV 138.51 77.48 101.25 -
System Red Green Blue C M Y K H S L
Decimal 101 175 49 0.42 0 0.72 0.31 95.24 0.56 0.44
Hex 65 AF 31 2A 0 48 1F 5F 38 2C
Octal 145 257 61 52 0 110 37 137 70 54
Binary 1100101 10101111 110001 101010 0 1001000 11111 1011111 111000 101100

Color Harmonies of #65AF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AF31

Black with #65AF31

Text Example


Text Example

White with #65AF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,175,49); }

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

background-color css

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

 a { background-color: rgb(101,175,49); }

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

border-color css

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

 span { border-color: rgb(101,175,49); }

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