Html Css Color HEX #61CE52 Apple

📋 copy color: '#61CE52'

red 97 ◦ green 206 ◦ blue 82

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

Shades of Apple #61CE52

Tints of Apple #61CE52

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.51%

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

R = 25.19%
G = 53.51%
B = 21.3%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#61CE52 (or 0x61CE52) is known color: Apple. HEX triplet: 61, CE and 52. RGB value is (97,206,82). Sum of RGB (Red+Green+Blue) = 97+206+82=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 206 (80.86% from 255 or 53.51% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 206 - color contains mainly: green. Hex color #61CE52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CE52 is #9E31AD. Grayscale: #9F9F9F. Windows color (decimal): -10367406 or 5426785. OLE color: 5426785.

HSL color Cylindrical-coordinate representation of color #61CE52: hue angle of 112.74º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61CE52 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 206 82 -
CMYK 0.53 0 0.60 0.19
HSL 112.74º 0.56% 0.56% -
HSV(B) 112.74º 0.6% 0.81% -
XYZ 28.52 47.29 15.61 -
YUV 159.27 84.39 83.58 -
System Red Green Blue C M Y K H S L
Decimal 97 206 82 0.53 0 0.60 0.19 112.74 0.56 0.56
Hex 61 CE 52 35 0 3C 13 71 38 38
Octal 141 316 122 65 0 74 23 161 70 70
Binary 1100001 11001110 1010010 110101 0 111100 10011 1110001 111000 111000

Color Harmonies of #61CE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CE52

Black with #61CE52

Text Example


Text Example

White with #61CE52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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