Html Css Color HEX #61C32E Apple

📋 copy color: '#61C32E'

red 97 ◦ green 195 ◦ blue 46

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

Shades of Apple #61C32E

Tints of Apple #61C32E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.69%

 BLUE value IS 46 (18.36% from 255) = 13.61%

R = 28.7%
G = 57.69%
B = 13.61%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#61C32E (or 0x61C32E) is known color: Apple. HEX triplet: 61, C3 and 2E. RGB value is (97,195,46). Sum of RGB (Red+Green+Blue) = 97+195+46=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 195 (76.56% from 255 or 57.69% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 195 - color contains mainly: green. Hex color #61C32E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C32E is #9E3CD1. Grayscale: #959595. Windows color (decimal): -10370258 or 3064673. OLE color: 3064673.

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

Color convert

RGB 97 195 46 -
CMYK 0.50 0 0.76 0.24
HSL 99.46º 0.62% 0.47% -
HSV(B) 99.46º 0.76% 0.76% -
XYZ 24.94 41.77 9.33 -
YUV 148.71 70.03 91.12 -
System Red Green Blue C M Y K H S L
Decimal 97 195 46 0.50 0 0.76 0.24 99.46 0.62 0.47
Hex 61 C3 2E 32 0 4C 18 63 3E 2F
Octal 141 303 56 62 0 114 30 143 76 57
Binary 1100001 11000011 101110 110010 0 1001100 11000 1100011 111110 101111

Color Harmonies of #61C32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C32E

Black with #61C32E

Text Example


Text Example

White with #61C32E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,195,46); }

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

background-color css

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

 a { background-color: rgb(97,195,46); }

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

border-color css

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

 span { border-color: rgb(97,195,46); }

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