Html Css Color HEX #61D655 Apple

📋 copy color: '#61D655'

red 97 ◦ green 214 ◦ blue 85

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

Shades of Apple #61D655

Tints of Apple #61D655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.46%

R = 24.49%
G = 54.04%
B = 21.46%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#61D655 (or 0x61D655) is known color: Apple. HEX triplet: 61, D6 and 55. RGB value is (97,214,85). Sum of RGB (Red+Green+Blue) = 97+214+85=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 214 (83.98% from 255 or 54.04% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 214 - color contains mainly: green. Hex color #61D655 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D655 is #9E29AA. Grayscale: #A4A4A4. Windows color (decimal): -10365355 or 5625441. OLE color: 5625441.

HSL color Cylindrical-coordinate representation of color #61D655: hue angle of 114.42º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61D655 is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 214 85 -
CMYK 0.55 0 0.60 0.16
HSL 114.42º 0.61% 0.59% -
HSV(B) 114.42º 0.6% 0.84% -
XYZ 30.62 51.29 16.88 -
YUV 164.31 83.24 79.99 -
System Red Green Blue C M Y K H S L
Decimal 97 214 85 0.55 0 0.60 0.16 114.42 0.61 0.59
Hex 61 D6 55 37 0 3C 10 72 3D 3B
Octal 141 326 125 67 0 74 20 162 75 73
Binary 1100001 11010110 1010101 110111 0 111100 10000 1110010 111101 111011

Color Harmonies of #61D655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D655

Black with #61D655

Text Example


Text Example

White with #61D655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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