Html Css Color HEX #65C140 Apple

📋 copy color: '#65C140'

red 101 ◦ green 193 ◦ blue 64

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

Shades of Apple #65C140

Tints of Apple #65C140

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.91%

 BLUE value IS 64 (25.39% from 255) = 17.88%

R = 28.21%
G = 53.91%
B = 17.88%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#65C140 (or 0x65C140) is known color: Apple. HEX triplet: 65, C1 and 40. RGB value is (101,193,64). Sum of RGB (Red+Green+Blue) = 101+193+64=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 193 (75.78% from 255 or 53.91% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 193 - color contains mainly: green. Hex color #65C140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C140 is #9A3EBF. Grayscale: #979797. Windows color (decimal): -10108608 or 4243813. OLE color: 4243813.

HSL color Cylindrical-coordinate representation of color #65C140: hue angle of 102.79º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #65C140 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 101 193 64 -
CMYK 0.48 0 0.67 0.24
HSL 102.79º 0.51% 0.5% -
HSV(B) 102.79º 0.67% 0.76% -
XYZ 25.36 41.28 11.48 -
YUV 150.79 79.02 92.49 -
System Red Green Blue C M Y K H S L
Decimal 101 193 64 0.48 0 0.67 0.24 102.79 0.51 0.5
Hex 65 C1 40 30 0 43 18 67 33 32
Octal 145 301 100 60 0 103 30 147 63 62
Binary 1100101 11000001 1000000 110000 0 1000011 11000 1100111 110011 110010

Color Harmonies of #65C140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C140

Black with #65C140

Text Example


Text Example

White with #65C140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,193,64); }

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

background-color css

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

 a { background-color: rgb(101,193,64); }

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

border-color css

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

 span { border-color: rgb(101,193,64); }

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