Html Css Color HEX #61CC52 Apple

📋 copy color: '#61CC52'

red 97 ◦ green 204 ◦ blue 82

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

Shades of Apple #61CC52

Tints of Apple #61CC52

RGB

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

 GREEN value IS 204 (80.08% from 255) = 53.26%

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

R = 25.33%
G = 53.26%
B = 21.41%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#61CC52 (or 0x61CC52) is known color: Apple. HEX triplet: 61, CC and 52. RGB value is (97,204,82). Sum of RGB (Red+Green+Blue) = 97+204+82=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 204 (80.08% from 255 or 53.26% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 204 - color contains mainly: green. Hex color #61CC52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CC52 is #9E33AD. Grayscale: #9E9E9E. Windows color (decimal): -10367918 or 5426273. OLE color: 5426273.

HSL color Cylindrical-coordinate representation of color #61CC52: hue angle of 112.62º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61CC52 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 204 82 -
CMYK 0.52 0 0.60 0.2
HSL 112.62º 0.54% 0.56% -
HSV(B) 112.62º 0.6% 0.8% -
XYZ 28.05 46.34 15.45 -
YUV 158.1 85.05 84.42 -
System Red Green Blue C M Y K H S L
Decimal 97 204 82 0.52 0 0.60 0.2 112.62 0.54 0.56
Hex 61 CC 52 34 0 3C 14 71 36 38
Octal 141 314 122 64 0 74 24 161 66 70
Binary 1100001 11001100 1010010 110100 0 111100 10100 1110001 110110 111000

Color Harmonies of #61CC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CC52

Black with #61CC52

Text Example


Text Example

White with #61CC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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