Html Css Color HEX #61CC48 Apple

📋 copy color: '#61CC48'

red 97 ◦ green 204 ◦ blue 72

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

Shades of Apple #61CC48

Tints of Apple #61CC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.3%

R = 26.01%
G = 54.69%
B = 19.3%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#61CC48 (or 0x61CC48) is known color: Apple. HEX triplet: 61, CC and 48. RGB value is (97,204,72). Sum of RGB (Red+Green+Blue) = 97+204+72=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 204 (80.08% from 255 or 54.69% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 204 - color contains mainly: green. Hex color #61CC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61CC48 is #9E33B7. Grayscale: #9D9D9D. Windows color (decimal): -10367928 or 4770913. OLE color: 4770913.

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

Color convert

RGB 97 204 72 -
CMYK 0.52 0 0.65 0.2
HSL 108.64º 0.56% 0.54% -
HSV(B) 108.64º 0.65% 0.8% -
XYZ 27.69 46.2 13.59 -
YUV 156.96 80.05 85.23 -
System Red Green Blue C M Y K H S L
Decimal 97 204 72 0.52 0 0.65 0.2 108.64 0.56 0.54
Hex 61 CC 48 34 0 41 14 6D 38 36
Octal 141 314 110 64 0 101 24 155 70 66
Binary 1100001 11001100 1001000 110100 0 1000001 10100 1101101 111000 110110

Color Harmonies of #61CC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CC48

Black with #61CC48

Text Example


Text Example

White with #61CC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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