Html Css Color HEX #61D442 Apple

📋 copy color: '#61D442'

red 97 ◦ green 212 ◦ blue 66

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

Shades of Apple #61D442

Tints of Apple #61D442

RGB

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

 GREEN value IS 212 (83.2% from 255) = 56.53%

 BLUE value IS 66 (26.17% from 255) = 17.6%

R = 25.87%
G = 56.53%
B = 17.6%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#61D442 (or 0x61D442) is known color: Apple. HEX triplet: 61, D4 and 42. RGB value is (97,212,66). Sum of RGB (Red+Green+Blue) = 97+212+66=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 212 (83.20% from 255 or 56.53% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 212 - color contains mainly: green. Hex color #61D442 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D442 is #9E2BBD. Grayscale: #A1A1A1. Windows color (decimal): -10365886 or 4379745. OLE color: 4379745.

HSL color Cylindrical-coordinate representation of color #61D442: hue angle of 107.26º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61D442 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 97 212 66 -
CMYK 0.54 0 0.69 0.17
HSL 107.26º 0.63% 0.55% -
HSV(B) 107.26º 0.69% 0.83% -
XYZ 29.46 50.02 13.26 -
YUV 160.97 74.4 82.37 -
System Red Green Blue C M Y K H S L
Decimal 97 212 66 0.54 0 0.69 0.17 107.26 0.63 0.55
Hex 61 D4 42 36 0 45 11 6B 3F 37
Octal 141 324 102 66 0 105 21 153 77 67
Binary 1100001 11010100 1000010 110110 0 1000101 10001 1101011 111111 110111

Color Harmonies of #61D442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D442

Black with #61D442

Text Example


Text Example

White with #61D442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,212,66); }

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

background-color css

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

 a { background-color: rgb(97,212,66); }

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

border-color css

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

 span { border-color: rgb(97,212,66); }

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