Html Css Color HEX #61C14C Apple

📋 copy color: '#61C14C'

red 97 ◦ green 193 ◦ blue 76

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

Shades of Apple #61C14C

Tints of Apple #61C14C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.73%

 BLUE value IS 76 (30.08% from 255) = 20.77%

R = 26.5%
G = 52.73%
B = 20.77%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#61C14C (or 0x61C14C) is known color: Apple. HEX triplet: 61, C1 and 4C. RGB value is (97,193,76). Sum of RGB (Red+Green+Blue) = 97+193+76=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 193 (75.78% from 255 or 52.73% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 193 - color contains mainly: green. Hex color #61C14C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C14C is #9E3EB3. Grayscale: #979797. Windows color (decimal): -10370740 or 5030241. OLE color: 5030241.

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

Color convert

RGB 97 193 76 -
CMYK 0.50 0 0.61 0.24
HSL 109.23º 0.49% 0.53% -
HSV(B) 109.23º 0.61% 0.76% -
XYZ 25.3 41.2 13.46 -
YUV 150.96 85.7 89.51 -
System Red Green Blue C M Y K H S L
Decimal 97 193 76 0.50 0 0.61 0.24 109.23 0.49 0.53
Hex 61 C1 4C 32 0 3D 18 6D 31 35
Octal 141 301 114 62 0 75 30 155 61 65
Binary 1100001 11000001 1001100 110010 0 111101 11000 1101101 110001 110101

Color Harmonies of #61C14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C14C

Black with #61C14C

Text Example


Text Example

White with #61C14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,193,76); }

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

background-color css

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

 a { background-color: rgb(97,193,76); }

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

border-color css

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

 span { border-color: rgb(97,193,76); }

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