Html Css Color HEX #61D552 Apple

📋 copy color: '#61D552'

red 97 ◦ green 213 ◦ blue 82

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

Shades of Apple #61D552

Tints of Apple #61D552

RGB

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

 GREEN value IS 213 (83.59% from 255) = 54.34%

 BLUE value IS 82 (32.42% from 255) = 20.92%

R = 24.74%
G = 54.34%
B = 20.92%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#61D552 (or 0x61D552) is known color: Apple. HEX triplet: 61, D5 and 52. RGB value is (97,213,82). Sum of RGB (Red+Green+Blue) = 97+213+82=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 213 (83.59% from 255 or 54.34% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 213 - color contains mainly: green. Hex color #61D552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D552 is #9E2AAD. Grayscale: #A3A3A3. Windows color (decimal): -10365614 or 5428577. OLE color: 5428577.

HSL color Cylindrical-coordinate representation of color #61D552: hue angle of 113.13º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61D552 is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 213 82 -
CMYK 0.54 0 0.62 0.16
HSL 113.13º 0.61% 0.58% -
HSV(B) 113.13º 0.62% 0.84% -
XYZ 30.25 50.74 16.18 -
YUV 163.38 82.07 80.65 -
System Red Green Blue C M Y K H S L
Decimal 97 213 82 0.54 0 0.62 0.16 113.13 0.61 0.58
Hex 61 D5 52 36 0 3E 10 71 3D 3A
Octal 141 325 122 66 0 76 20 161 75 72
Binary 1100001 11010101 1010010 110110 0 111110 10000 1110001 111101 111010

Color Harmonies of #61D552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D552

Black with #61D552

Text Example


Text Example

White with #61D552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,213,82); }

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

background-color css

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

 a { background-color: rgb(97,213,82); }

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

border-color css

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

 span { border-color: rgb(97,213,82); }

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