Html Css Color HEX #65C13E Apple

📋 copy color: '#65C13E'

red 101 ◦ green 193 ◦ blue 62

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

Shades of Apple #65C13E

Tints of Apple #65C13E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.42%

R = 28.37%
G = 54.21%
B = 17.42%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#65C13E (or 0x65C13E) is known color: Apple. HEX triplet: 65, C1 and 3E. RGB value is (101,193,62). Sum of RGB (Red+Green+Blue) = 101+193+62=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 193 (75.78% from 255 or 54.21% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 193 - color contains mainly: green. Hex color #65C13E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C13E is #9A3EC1. Grayscale: #969696. Windows color (decimal): -10108610 or 4112741. OLE color: 4112741.

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

Color convert

RGB 101 193 62 -
CMYK 0.48 0 0.68 0.24
HSL 102.14º 0.51% 0.5% -
HSV(B) 102.14º 0.68% 0.76% -
XYZ 25.31 41.25 11.19 -
YUV 150.56 78.02 92.65 -
System Red Green Blue C M Y K H S L
Decimal 101 193 62 0.48 0 0.68 0.24 102.14 0.51 0.5
Hex 65 C1 3E 30 0 44 18 66 33 32
Octal 145 301 76 60 0 104 30 146 63 62
Binary 1100101 11000001 111110 110000 0 1000100 11000 1100110 110011 110010

Color Harmonies of #65C13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C13E

Black with #65C13E

Text Example


Text Example

White with #65C13E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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