Html Css Color HEX #61CF50 Apple

📋 copy color: '#61CF50'

red 97 ◦ green 207 ◦ blue 80

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

Shades of Apple #61CF50

Tints of Apple #61CF50

RGB

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

 GREEN value IS 207 (81.25% from 255) = 53.91%

 BLUE value IS 80 (31.64% from 255) = 20.83%

R = 25.26%
G = 53.91%
B = 20.83%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#61CF50 (or 0x61CF50) is known color: Apple. HEX triplet: 61, CF and 50. RGB value is (97,207,80). Sum of RGB (Red+Green+Blue) = 97+207+80=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 207 (81.25% from 255 or 53.91% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 207 - color contains mainly: green. Hex color #61CF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CF50 is #9E30AF. Grayscale: #A0A0A0. Windows color (decimal): -10367152 or 5295969. OLE color: 5295969.

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

Color convert

RGB 97 207 80 -
CMYK 0.53 0 0.61 0.19
HSL 111.97º 0.57% 0.56% -
HSV(B) 111.97º 0.61% 0.81% -
XYZ 28.69 47.75 15.29 -
YUV 159.63 83.06 83.33 -
System Red Green Blue C M Y K H S L
Decimal 97 207 80 0.53 0 0.61 0.19 111.97 0.57 0.56
Hex 61 CF 50 35 0 3D 13 70 39 38
Octal 141 317 120 65 0 75 23 160 71 70
Binary 1100001 11001111 1010000 110101 0 111101 10011 1110000 111001 111000

Color Harmonies of #61CF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CF50

Black with #61CF50

Text Example


Text Example

White with #61CF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,207,80); }

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

background-color css

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

 a { background-color: rgb(97,207,80); }

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

border-color css

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

 span { border-color: rgb(97,207,80); }

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