Html Css Color HEX #65C05A Apple

📋 copy color: '#65C05A'

red 101 ◦ green 192 ◦ blue 90

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

Shades of Apple #65C05A

Tints of Apple #65C05A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.13%

 BLUE value IS 90 (35.55% from 255) = 23.5%

R = 26.37%
G = 50.13%
B = 23.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#65C05A (or 0x65C05A) is known color: Apple. HEX triplet: 65, C0 and 5A. RGB value is (101,192,90). Sum of RGB (Red+Green+Blue) = 101+192+90=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #65C05A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C05A is #9A3FA5. Grayscale: #999999. Windows color (decimal): -10108838 or 5947493. OLE color: 5947493.

HSL color Cylindrical-coordinate representation of color #65C05A: hue angle of 113.53º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65C05A is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 192 90 -
CMYK 0.47 0 0.53 0.25
HSL 113.53º 0.45% 0.55% -
HSV(B) 113.53º 0.53% 0.75% -
XYZ 26.06 41.2 16.25 -
YUV 153.16 92.35 90.79 -
System Red Green Blue C M Y K H S L
Decimal 101 192 90 0.47 0 0.53 0.25 113.53 0.45 0.55
Hex 65 C0 5A 2F 0 35 19 72 2D 37
Octal 145 300 132 57 0 65 31 162 55 67
Binary 1100101 11000000 1011010 101111 0 110101 11001 1110010 101101 110111

Color Harmonies of #65C05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C05A

Black with #65C05A

Text Example


Text Example

White with #65C05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,192,90); }

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

background-color css

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

 a { background-color: rgb(101,192,90); }

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

border-color css

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

 span { border-color: rgb(101,192,90); }

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