Html Css Color HEX #65C332 Apple

📋 copy color: '#65C332'

red 101 ◦ green 195 ◦ blue 50

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

Shades of Apple #65C332

Tints of Apple #65C332

RGB

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

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

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

R = 29.19%
G = 56.36%
B = 14.45%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#65C332 (or 0x65C332) is known color: Apple. HEX triplet: 65, C3 and 32. RGB value is (101,195,50). Sum of RGB (Red+Green+Blue) = 101+195+50=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 195 (76.56% from 255 or 56.36% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 195 - color contains mainly: green. Hex color #65C332 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C332 is #9A3CCD. Grayscale: #969696. Windows color (decimal): -10108110 or 3326821. OLE color: 3326821.

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

Color convert

RGB 101 195 50 -
CMYK 0.48 0 0.74 0.24
HSL 98.9º 0.59% 0.48% -
HSV(B) 98.9º 0.74% 0.76% -
XYZ 25.46 42.03 9.79 -
YUV 150.36 71.36 92.79 -
System Red Green Blue C M Y K H S L
Decimal 101 195 50 0.48 0 0.74 0.24 98.9 0.59 0.48
Hex 65 C3 32 30 0 4A 18 63 3B 30
Octal 145 303 62 60 0 112 30 143 73 60
Binary 1100101 11000011 110010 110000 0 1001010 11000 1100011 111011 110000

Color Harmonies of #65C332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C332

Black with #65C332

Text Example


Text Example

White with #65C332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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