Html Css Color HEX #65D040 Apple

📋 copy color: '#65D040'

red 101 ◦ green 208 ◦ blue 64

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

Shades of Apple #65D040

Tints of Apple #65D040

RGB

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

 GREEN value IS 208 (81.64% from 255) = 55.76%

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

R = 27.08%
G = 55.76%
B = 17.16%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#65D040 (or 0x65D040) is known color: Apple. HEX triplet: 65, D0 and 40. RGB value is (101,208,64). Sum of RGB (Red+Green+Blue) = 101+208+64=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 208 (81.64% from 255 or 55.76% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 208 - color contains mainly: green. Hex color #65D040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D040 is #9A2FBF. Grayscale: #A0A0A0. Windows color (decimal): -10104768 or 4247653. OLE color: 4247653.

HSL color Cylindrical-coordinate representation of color #65D040: hue angle of 104.58º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #65D040 is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 101 208 64 -
CMYK 0.51 0 0.69 0.18
HSL 104.58º 0.61% 0.53% -
HSV(B) 104.58º 0.69% 0.82% -
XYZ 28.85 48.25 12.64 -
YUV 159.59 74.05 86.21 -
System Red Green Blue C M Y K H S L
Decimal 101 208 64 0.51 0 0.69 0.18 104.58 0.61 0.53
Hex 65 D0 40 33 0 45 12 69 3D 35
Octal 145 320 100 63 0 105 22 151 75 65
Binary 1100101 11010000 1000000 110011 0 1000101 10010 1101001 111101 110101

Color Harmonies of #65D040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D040

Black with #65D040

Text Example


Text Example

White with #65D040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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