Html Css Color HEX #65E532 Apple

📋 copy color: '#65E532'

red 101 ◦ green 229 ◦ blue 50

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

Shades of Apple #65E532

Tints of Apple #65E532

RGB

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

 GREEN value IS 229 (89.84% from 255) = 60.26%

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

R = 26.58%
G = 60.26%
B = 13.16%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#65E532 (or 0x65E532) is known color: Apple. HEX triplet: 65, E5 and 32. RGB value is (101,229,50). Sum of RGB (Red+Green+Blue) = 101+229+50=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 229 (89.84% from 255 or 60.26% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 229 - color contains mainly: green. Hex color #65E532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65E532 is #9A1ACD. Grayscale: #AAAAAA. Windows color (decimal): -10099406 or 3335525. OLE color: 3335525.

HSL color Cylindrical-coordinate representation of color #65E532: hue angle of 102.91º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #65E532 is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 101 229 50 -
CMYK 0.56 0 0.78 0.10
HSL 102.91º 0.77% 0.55% -
HSV(B) 102.91º 0.78% 0.9% -
XYZ 33.96 59.04 12.62 -
YUV 170.32 60.09 78.55 -
System Red Green Blue C M Y K H S L
Decimal 101 229 50 0.56 0 0.78 0.10 102.91 0.77 0.55
Hex 65 E5 32 38 0 4E A 67 4D 37
Octal 145 345 62 70 0 116 12 147 115 67
Binary 1100101 11100101 110010 111000 0 1001110 1010 1100111 1001101 110111

Color Harmonies of #65E532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65E532

Black with #65E532

Text Example


Text Example

White with #65E532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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