Html Css Color HEX #65B249 Apple

📋 copy color: '#65B249'

red 101 ◦ green 178 ◦ blue 73

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

Shades of Apple #65B249

Tints of Apple #65B249

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50.57%

 BLUE value IS 73 (28.91% from 255) = 20.74%

R = 28.69%
G = 50.57%
B = 20.74%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#65B249 (or 0x65B249) is known color: Apple. HEX triplet: 65, B2 and 49. RGB value is (101,178,73). Sum of RGB (Red+Green+Blue) = 101+178+73=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 178 (69.92% from 255 or 50.57% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 178 - color contains mainly: green. Hex color #65B249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65B249 is #9A4DB6. Grayscale: #8F8F8F. Windows color (decimal): -10112439 or 4829797. OLE color: 4829797.

HSL color Cylindrical-coordinate representation of color #65B249: hue angle of 104º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65B249 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 101 178 73 -
CMYK 0.43 0 0.59 0.30
HSL 104º 0.42% 0.49% -
HSV(B) 104º 0.59% 0.7% -
XYZ 22.49 35.09 11.89 -
YUV 143.01 88.49 98.04 -
System Red Green Blue C M Y K H S L
Decimal 101 178 73 0.43 0 0.59 0.30 104 0.42 0.49
Hex 65 B2 49 2B 0 3B 1E 68 2A 31
Octal 145 262 111 53 0 73 36 150 52 61
Binary 1100101 10110010 1001001 101011 0 111011 11110 1101000 101010 110001

Color Harmonies of #65B249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B249

Black with #65B249

Text Example


Text Example

White with #65B249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,178,73); }

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

background-color css

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

 a { background-color: rgb(101,178,73); }

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

border-color css

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

 span { border-color: rgb(101,178,73); }

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