Html Css Color HEX #65DD32 Apple

📋 copy color: '#65DD32'

red 101 ◦ green 221 ◦ blue 50

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

Shades of Apple #65DD32

Tints of Apple #65DD32

RGB

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

 GREEN value IS 221 (86.72% from 255) = 59.41%

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

R = 27.15%
G = 59.41%
B = 13.44%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#65DD32 (or 0x65DD32) is known color: Apple. HEX triplet: 65, DD and 32. RGB value is (101,221,50). Sum of RGB (Red+Green+Blue) = 101+221+50=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 221 (86.72% from 255 or 59.41% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 221 - color contains mainly: green. Hex color #65DD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65DD32 is #9A22CD. Grayscale: #A6A6A6. Windows color (decimal): -10101454 or 3333477. OLE color: 3333477.

HSL color Cylindrical-coordinate representation of color #65DD32: hue angle of 102.11º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65DD32 is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 221 50 -
CMYK 0.54 0 0.77 0.13
HSL 102.11º 0.72% 0.53% -
HSV(B) 102.11º 0.77% 0.87% -
XYZ 31.8 54.71 11.9 -
YUV 165.63 62.74 81.9 -
System Red Green Blue C M Y K H S L
Decimal 101 221 50 0.54 0 0.77 0.13 102.11 0.72 0.53
Hex 65 DD 32 36 0 4D D 66 48 35
Octal 145 335 62 66 0 115 15 146 110 65
Binary 1100101 11011101 110010 110110 0 1001101 1101 1100110 1001000 110101

Color Harmonies of #65DD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DD32

Black with #65DD32

Text Example


Text Example

White with #65DD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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