Html Css Color HEX #65D12E Apple

📋 copy color: '#65D12E'

red 101 ◦ green 209 ◦ blue 46

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

Shades of Apple #65D12E

Tints of Apple #65D12E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 58.71%

 BLUE value IS 46 (18.36% from 255) = 12.92%

R = 28.37%
G = 58.71%
B = 12.92%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#65D12E (or 0x65D12E) is known color: Apple. HEX triplet: 65, D1 and 2E. RGB value is (101,209,46). Sum of RGB (Red+Green+Blue) = 101+209+46=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 209 (82.03% from 255 or 58.71% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 209 - color contains mainly: green. Hex color #65D12E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D12E is #9A2ED1. Grayscale: #9E9E9E. Windows color (decimal): -10104530 or 3068261. OLE color: 3068261.

HSL color Cylindrical-coordinate representation of color #65D12E: hue angle of 99.75º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #65D12E is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 101 209 46 -
CMYK 0.52 0 0.78 0.18
HSL 99.75º 0.64% 0.5% -
HSV(B) 99.75º 0.78% 0.82% -
XYZ 28.66 48.56 10.45 -
YUV 158.13 64.72 87.25 -
System Red Green Blue C M Y K H S L
Decimal 101 209 46 0.52 0 0.78 0.18 99.75 0.64 0.5
Hex 65 D1 2E 34 0 4E 12 64 40 32
Octal 145 321 56 64 0 116 22 144 100 62
Binary 1100101 11010001 101110 110100 0 1001110 10010 1100100 1000000 110010

Color Harmonies of #65D12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D12E

Black with #65D12E

Text Example


Text Example

White with #65D12E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,209,46); }

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

background-color css

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

 a { background-color: rgb(101,209,46); }

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

border-color css

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

 span { border-color: rgb(101,209,46); }

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