Html Css Color HEX #65C040 Apple

📋 copy color: '#65C040'

red 101 ◦ green 192 ◦ blue 64

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

Shades of Apple #65C040

Tints of Apple #65C040

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.78%

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

R = 28.29%
G = 53.78%
B = 17.93%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#65C040 (or 0x65C040) is known color: Apple. HEX triplet: 65, C0 and 40. RGB value is (101,192,64). Sum of RGB (Red+Green+Blue) = 101+192+64=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #65C040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C040 is #9A3FBF. Grayscale: #969696. Windows color (decimal): -10108864 or 4243557. OLE color: 4243557.

HSL color Cylindrical-coordinate representation of color #65C040: hue angle of 102.66º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #65C040 is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 192 64 -
CMYK 0.47 0 0.67 0.25
HSL 102.66º 0.5% 0.5% -
HSV(B) 102.66º 0.67% 0.75% -
XYZ 25.14 40.84 11.41 -
YUV 150.2 79.35 92.91 -
System Red Green Blue C M Y K H S L
Decimal 101 192 64 0.47 0 0.67 0.25 102.66 0.5 0.5
Hex 65 C0 40 2F 0 43 19 67 32 32
Octal 145 300 100 57 0 103 31 147 62 62
Binary 1100101 11000000 1000000 101111 0 1000011 11001 1100111 110010 110010

Color Harmonies of #65C040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C040

Black with #65C040

Text Example


Text Example

White with #65C040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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