Html Css Color HEX #65B442 Apple

📋 copy color: '#65B442'

red 101 ◦ green 180 ◦ blue 66

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

Shades of Apple #65B442

Tints of Apple #65B442

RGB

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

 GREEN value IS 180 (70.7% from 255) = 51.87%

 BLUE value IS 66 (26.17% from 255) = 19.02%

R = 29.11%
G = 51.87%
B = 19.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#65B442 (or 0x65B442) is known color: Apple. HEX triplet: 65, B4 and 42. RGB value is (101,180,66). Sum of RGB (Red+Green+Blue) = 101+180+66=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 180 (70.70% from 255 or 51.87% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 180 - color contains mainly: green. Hex color #65B442 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65B442 is #9A4BBD. Grayscale: #8F8F8F. Windows color (decimal): -10111934 or 4371557. OLE color: 4371557.

HSL color Cylindrical-coordinate representation of color #65B442: hue angle of 101.58º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #65B442 is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 101 180 66 -
CMYK 0.44 0 0.63 0.29
HSL 101.58º 0.46% 0.48% -
HSV(B) 101.58º 0.63% 0.71% -
XYZ 22.67 35.8 10.87 -
YUV 143.38 84.33 97.77 -
System Red Green Blue C M Y K H S L
Decimal 101 180 66 0.44 0 0.63 0.29 101.58 0.46 0.48
Hex 65 B4 42 2C 0 3F 1D 66 2E 30
Octal 145 264 102 54 0 77 35 146 56 60
Binary 1100101 10110100 1000010 101100 0 111111 11101 1100110 101110 110000

Color Harmonies of #65B442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B442

Black with #65B442

Text Example


Text Example

White with #65B442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,180,66); }

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

background-color css

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

 a { background-color: rgb(101,180,66); }

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

border-color css

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

 span { border-color: rgb(101,180,66); }

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