Html Css Color HEX #61D040 Apple

📋 copy color: '#61D040'

red 97 ◦ green 208 ◦ blue 64

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

Shades of Apple #61D040

Tints of Apple #61D040

RGB

 RED value IS 97 (38.28% from 255) = 26.29%

 GREEN value IS 208 (81.64% from 255) = 56.37%

 BLUE value IS 64 (25.39% from 255) = 17.34%

R = 26.29%
G = 56.37%
B = 17.34%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#61D040 (or 0x61D040) is known color: Apple. HEX triplet: 61, D0 and 40. RGB value is (97,208,64). Sum of RGB (Red+Green+Blue) = 97+208+64=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 208 (81.64% from 255 or 56.37% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 208 - color contains mainly: green. Hex color #61D040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D040 is #9E2FBF. Grayscale: #9E9E9E. Windows color (decimal): -10366912 or 4247649. OLE color: 4247649.

HSL color Cylindrical-coordinate representation of color #61D040: hue angle of 106.25º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61D040 is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 97 208 64 -
CMYK 0.53 0 0.69 0.18
HSL 106.25º 0.61% 0.53% -
HSV(B) 106.25º 0.69% 0.82% -
XYZ 28.41 48.02 12.62 -
YUV 158.4 74.73 84.21 -
System Red Green Blue C M Y K H S L
Decimal 97 208 64 0.53 0 0.69 0.18 106.25 0.61 0.53
Hex 61 D0 40 35 0 45 12 6A 3D 35
Octal 141 320 100 65 0 105 22 152 75 65
Binary 1100001 11010000 1000000 110101 0 1000101 10010 1101010 111101 110101

Color Harmonies of #61D040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D040

Black with #61D040

Text Example


Text Example

White with #61D040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61D040; }

 p { color: rgb(97,208,64); }

 H1.HeaderClassName
 {
   color: #61D040;
 }
 .AnyTagClassName
 {
   color: #61D040;
 }
</style>

background-color css

<style>
 a { background-color: #61D040; }

 a { background-color: rgb(97,208,64); }

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

border-color css

<style>
 span { border-color: #61D040; }

 span { border-color: rgb(97,208,64); }

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