Html Css Color HEX #65C548 Apple

📋 copy color: '#65C548'

red 101 ◦ green 197 ◦ blue 72

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

Shades of Apple #65C548

Tints of Apple #65C548

RGB

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

 GREEN value IS 197 (77.34% from 255) = 53.24%

 BLUE value IS 72 (28.52% from 255) = 19.46%

R = 27.3%
G = 53.24%
B = 19.46%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#65C548 (or 0x65C548) is known color: Apple. HEX triplet: 65, C5 and 48. RGB value is (101,197,72). Sum of RGB (Red+Green+Blue) = 101+197+72=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 197 (77.34% from 255 or 53.24% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 197 - color contains mainly: green. Hex color #65C548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C548 is #9A3AB7. Grayscale: #9A9A9A. Windows color (decimal): -10107576 or 4769125. OLE color: 4769125.

HSL color Cylindrical-coordinate representation of color #65C548: hue angle of 106.08º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #65C548 is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 101 197 72 -
CMYK 0.49 0 0.63 0.23
HSL 106.08º 0.52% 0.53% -
HSV(B) 106.08º 0.63% 0.77% -
XYZ 26.5 43.17 13.07 -
YUV 154.05 81.7 90.16 -
System Red Green Blue C M Y K H S L
Decimal 101 197 72 0.49 0 0.63 0.23 106.08 0.52 0.53
Hex 65 C5 48 31 0 3F 17 6A 34 35
Octal 145 305 110 61 0 77 27 152 64 65
Binary 1100101 11000101 1001000 110001 0 111111 10111 1101010 110100 110101

Color Harmonies of #65C548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C548

Black with #65C548

Text Example


Text Example

White with #65C548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,197,72); }

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

background-color css

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

 a { background-color: rgb(101,197,72); }

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

border-color css

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

 span { border-color: rgb(101,197,72); }

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