Html Css Color HEX #61D64C Apple

📋 copy color: '#61D64C'

red 97 ◦ green 214 ◦ blue 76

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

Shades of Apple #61D64C

Tints of Apple #61D64C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 55.3%

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

R = 25.06%
G = 55.3%
B = 19.64%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#61D64C (or 0x61D64C) is known color: Apple. HEX triplet: 61, D6 and 4C. RGB value is (97,214,76). Sum of RGB (Red+Green+Blue) = 97+214+76=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 214 (83.98% from 255 or 55.30% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 214 - color contains mainly: green. Hex color #61D64C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D64C is #9E29B3. Grayscale: #A3A3A3. Windows color (decimal): -10365364 or 5035617. OLE color: 5035617.

HSL color Cylindrical-coordinate representation of color #61D64C: hue angle of 110.87º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #61D64C is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 214 76 -
CMYK 0.55 0 0.64 0.16
HSL 110.87º 0.63% 0.57% -
HSV(B) 110.87º 0.64% 0.84% -
XYZ 30.28 51.16 15.12 -
YUV 163.29 78.74 80.72 -
System Red Green Blue C M Y K H S L
Decimal 97 214 76 0.55 0 0.64 0.16 110.87 0.63 0.57
Hex 61 D6 4C 37 0 40 10 6F 3F 39
Octal 141 326 114 67 0 100 20 157 77 71
Binary 1100001 11010110 1001100 110111 0 1000000 10000 1101111 111111 111001

Color Harmonies of #61D64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D64C

Black with #61D64C

Text Example


Text Example

White with #61D64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,214,76); }

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

background-color css

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

 a { background-color: rgb(97,214,76); }

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

border-color css

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

 span { border-color: rgb(97,214,76); }

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