Html Css Color HEX #65D94C Apple

📋 copy color: '#65D94C'

red 101 ◦ green 217 ◦ blue 76

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

Shades of Apple #65D94C

Tints of Apple #65D94C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 55.08%

 BLUE value IS 76 (30.08% from 255) = 19.29%

R = 25.63%
G = 55.08%
B = 19.29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#65D94C (or 0x65D94C) is known color: Apple. HEX triplet: 65, D9 and 4C. RGB value is (101,217,76). Sum of RGB (Red+Green+Blue) = 101+217+76=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 217 (85.16% from 255 or 55.08% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 217 - color contains mainly: green. Hex color #65D94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D94C is #9A26B3. Grayscale: #A6A6A6. Windows color (decimal): -10102452 or 5036389. OLE color: 5036389.

HSL color Cylindrical-coordinate representation of color #65D94C: hue angle of 109.36º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65D94C is Cyan = 0.53, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 217 76 -
CMYK 0.53 0 0.65 0.15
HSL 109.36º 0.65% 0.57% -
HSV(B) 109.36º 0.65% 0.85% -
XYZ 31.48 52.91 15.39 -
YUV 166.24 77.07 81.46 -
System Red Green Blue C M Y K H S L
Decimal 101 217 76 0.53 0 0.65 0.15 109.36 0.65 0.57
Hex 65 D9 4C 35 0 41 F 6D 41 39
Octal 145 331 114 65 0 101 17 155 101 71
Binary 1100101 11011001 1001100 110101 0 1000001 1111 1101101 1000001 111001

Color Harmonies of #65D94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D94C

Black with #65D94C

Text Example


Text Example

White with #65D94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,217,76); }

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

background-color css

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

 a { background-color: rgb(101,217,76); }

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

border-color css

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

 span { border-color: rgb(101,217,76); }

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