Html Css Color HEX #65BE32 Apple

📋 copy color: '#65BE32'

red 101 ◦ green 190 ◦ blue 50

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

Shades of Apple #65BE32

Tints of Apple #65BE32

RGB

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

 GREEN value IS 190 (74.61% from 255) = 55.72%

 BLUE value IS 50 (19.92% from 255) = 14.66%

R = 29.62%
G = 55.72%
B = 14.66%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#65BE32 (or 0x65BE32) is known color: Apple. HEX triplet: 65, BE and 32. RGB value is (101,190,50). Sum of RGB (Red+Green+Blue) = 101+190+50=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 190 (74.61% from 255 or 55.72% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 190 - color contains mainly: green. Hex color #65BE32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BE32 is #9A41CD. Grayscale: #939393. Windows color (decimal): -10109390 or 3325541. OLE color: 3325541.

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

Color convert

RGB 101 190 50 -
CMYK 0.47 0 0.74 0.25
HSL 98.14º 0.58% 0.47% -
HSV(B) 98.14º 0.74% 0.75% -
XYZ 24.36 39.82 9.42 -
YUV 147.43 73.01 94.88 -
System Red Green Blue C M Y K H S L
Decimal 101 190 50 0.47 0 0.74 0.25 98.14 0.58 0.47
Hex 65 BE 32 2F 0 4A 19 62 3A 2F
Octal 145 276 62 57 0 112 31 142 72 57
Binary 1100101 10111110 110010 101111 0 1001010 11001 1100010 111010 101111

Color Harmonies of #65BE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BE32

Black with #65BE32

Text Example


Text Example

White with #65BE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,190,50); }

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

background-color css

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

 a { background-color: rgb(101,190,50); }

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

border-color css

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

 span { border-color: rgb(101,190,50); }

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