Html Css Color HEX #65DC48 Apple

📋 copy color: '#65DC48'

red 101 ◦ green 220 ◦ blue 72

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

Shades of Apple #65DC48

Tints of Apple #65DC48

RGB

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

 GREEN value IS 220 (86.33% from 255) = 55.98%

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

R = 25.7%
G = 55.98%
B = 18.32%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#65DC48 (or 0x65DC48) is known color: Apple. HEX triplet: 65, DC and 48. RGB value is (101,220,72). Sum of RGB (Red+Green+Blue) = 101+220+72=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 220 (86.33% from 255 or 55.98% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 220 - color contains mainly: green. Hex color #65DC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65DC48 is #9A23B7. Grayscale: #A8A8A8. Windows color (decimal): -10101688 or 4775013. OLE color: 4775013.

HSL color Cylindrical-coordinate representation of color #65DC48: hue angle of 108.24º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #65DC48 is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 220 72 -
CMYK 0.54 0 0.67 0.14
HSL 108.24º 0.68% 0.57% -
HSV(B) 108.24º 0.67% 0.86% -
XYZ 32.13 54.42 14.94 -
YUV 167.55 74.08 80.53 -
System Red Green Blue C M Y K H S L
Decimal 101 220 72 0.54 0 0.67 0.14 108.24 0.68 0.57
Hex 65 DC 48 36 0 43 E 6C 44 39
Octal 145 334 110 66 0 103 16 154 104 71
Binary 1100101 11011100 1001000 110110 0 1000011 1110 1101100 1000100 111001

Color Harmonies of #65DC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DC48

Black with #65DC48

Text Example


Text Example

White with #65DC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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