Html Css Color HEX #65DC3D Apple

📋 copy color: '#65DC3D'

red 101 ◦ green 220 ◦ blue 61

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

Shades of Apple #65DC3D

Tints of Apple #65DC3D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 57.59%

 BLUE value IS 61 (24.22% from 255) = 15.97%

R = 26.44%
G = 57.59%
B = 15.97%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#65DC3D (or 0x65DC3D) is known color: Apple. HEX triplet: 65, DC and 3D. RGB value is (101,220,61). Sum of RGB (Red+Green+Blue) = 101+220+61=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 220 (86.33% from 255 or 57.59% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 220 - color contains mainly: green. Hex color #65DC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65DC3D is #9A23C2. Grayscale: #A6A6A6. Windows color (decimal): -10101699 or 4054117. OLE color: 4054117.

HSL color Cylindrical-coordinate representation of color #65DC3D: hue angle of 104.91º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #65DC3D is Cyan = 0.54, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 220 61 -
CMYK 0.54 0 0.72 0.14
HSL 104.91º 0.69% 0.55% -
HSV(B) 104.91º 0.72% 0.86% -
XYZ 31.8 54.29 13.22 -
YUV 166.29 68.58 81.43 -
System Red Green Blue C M Y K H S L
Decimal 101 220 61 0.54 0 0.72 0.14 104.91 0.69 0.55
Hex 65 DC 3D 36 0 48 E 69 45 37
Octal 145 334 75 66 0 110 16 151 105 67
Binary 1100101 11011100 111101 110110 0 1001000 1110 1101001 1000101 110111

Color Harmonies of #65DC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DC3D

Black with #65DC3D

Text Example


Text Example

White with #65DC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,220,61); }

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

background-color css

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

 a { background-color: rgb(101,220,61); }

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

border-color css

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

 span { border-color: rgb(101,220,61); }

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