Html Css Color HEX #65C346 Apple

📋 copy color: '#65C346'

red 101 ◦ green 195 ◦ blue 70

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

Shades of Apple #65C346

Tints of Apple #65C346

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.28%

 BLUE value IS 70 (27.73% from 255) = 19.13%

R = 27.6%
G = 53.28%
B = 19.13%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#65C346 (or 0x65C346) is known color: Apple. HEX triplet: 65, C3 and 46. RGB value is (101,195,70). Sum of RGB (Red+Green+Blue) = 101+195+70=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 195 (76.56% from 255 or 53.28% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 195 - color contains mainly: green. Hex color #65C346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C346 is #9A3CB9. Grayscale: #999999. Windows color (decimal): -10108090 or 4637541. OLE color: 4637541.

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

Color convert

RGB 101 195 70 -
CMYK 0.48 0 0.64 0.24
HSL 105.12º 0.51% 0.52% -
HSV(B) 105.12º 0.64% 0.76% -
XYZ 25.99 42.24 12.58 -
YUV 152.64 81.36 91.16 -
System Red Green Blue C M Y K H S L
Decimal 101 195 70 0.48 0 0.64 0.24 105.12 0.51 0.52
Hex 65 C3 46 30 0 40 18 69 33 34
Octal 145 303 106 60 0 100 30 151 63 64
Binary 1100101 11000011 1000110 110000 0 1000000 11000 1101001 110011 110100

Color Harmonies of #65C346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C346

Black with #65C346

Text Example


Text Example

White with #65C346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,195,70); }

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

background-color css

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

 a { background-color: rgb(101,195,70); }

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

border-color css

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

 span { border-color: rgb(101,195,70); }

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