Html Css Color HEX #61C235 Apple

📋 copy color: '#61C235'

red 97 ◦ green 194 ◦ blue 53

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

Shades of Apple #61C235

Tints of Apple #61C235

RGB

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

 GREEN value IS 194 (76.17% from 255) = 56.4%

 BLUE value IS 53 (21.09% from 255) = 15.41%

R = 28.2%
G = 56.4%
B = 15.41%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#61C235 (or 0x61C235) is known color: Apple. HEX triplet: 61, C2 and 35. RGB value is (97,194,53). Sum of RGB (Red+Green+Blue) = 97+194+53=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 194 (76.17% from 255 or 56.40% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 194 - color contains mainly: green. Hex color #61C235 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C235 is #9E3DCA. Grayscale: #959595. Windows color (decimal): -10370507 or 3523169. OLE color: 3523169.

HSL color Cylindrical-coordinate representation of color #61C235: hue angle of 101.28º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61C235 is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 194 53 -
CMYK 0.50 0 0.73 0.24
HSL 101.28º 0.57% 0.48% -
HSV(B) 101.28º 0.73% 0.76% -
XYZ 24.86 41.38 10.05 -
YUV 148.92 73.86 90.96 -
System Red Green Blue C M Y K H S L
Decimal 97 194 53 0.50 0 0.73 0.24 101.28 0.57 0.48
Hex 61 C2 35 32 0 49 18 65 39 30
Octal 141 302 65 62 0 111 30 145 71 60
Binary 1100001 11000010 110101 110010 0 1001001 11000 1100101 111001 110000

Color Harmonies of #61C235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C235

Black with #61C235

Text Example


Text Example

White with #61C235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,194,53); }

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

background-color css

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

 a { background-color: rgb(97,194,53); }

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

border-color css

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

 span { border-color: rgb(97,194,53); }

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