Html Css Color HEX #65DD4C Apple

📋 copy color: '#65DD4C'

red 101 ◦ green 221 ◦ blue 76

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

Shades of Apple #65DD4C

Tints of Apple #65DD4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.1%

R = 25.38%
G = 55.53%
B = 19.1%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#65DD4C (or 0x65DD4C) is known color: Apple. HEX triplet: 65, DD and 4C. RGB value is (101,221,76). Sum of RGB (Red+Green+Blue) = 101+221+76=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #65DD4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65DD4C is #9A22B3. Grayscale: #A9A9A9. Windows color (decimal): -10101428 or 5037413. OLE color: 5037413.

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

Color convert

RGB 101 221 76 -
CMYK 0.54 0 0.66 0.13
HSL 109.66º 0.68% 0.58% -
HSV(B) 109.66º 0.66% 0.87% -
XYZ 32.53 55 15.74 -
YUV 168.59 75.74 79.79 -
System Red Green Blue C M Y K H S L
Decimal 101 221 76 0.54 0 0.66 0.13 109.66 0.68 0.58
Hex 65 DD 4C 36 0 42 D 6E 44 3A
Octal 145 335 114 66 0 102 15 156 104 72
Binary 1100101 11011101 1001100 110110 0 1000010 1101 1101110 1000100 111010

Color Harmonies of #65DD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DD4C

Black with #65DD4C

Text Example


Text Example

White with #65DD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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