Html Css Color HEX #61C133 Apple

📋 copy color: '#61C133'

red 97 ◦ green 193 ◦ blue 51

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

Shades of Apple #61C133

Tints of Apple #61C133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.96%

R = 28.45%
G = 56.6%
B = 14.96%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#61C133 (or 0x61C133) is known color: Apple. HEX triplet: 61, C1 and 33. RGB value is (97,193,51). Sum of RGB (Red+Green+Blue) = 97+193+51=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 193 (75.78% from 255 or 56.60% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 193 - color contains mainly: green. Hex color #61C133 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C133 is #9E3ECC. Grayscale: #949494. Windows color (decimal): -10370765 or 3391841. OLE color: 3391841.

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

Color convert

RGB 97 193 51 -
CMYK 0.50 0 0.74 0.24
HSL 100.56º 0.58% 0.48% -
HSV(B) 100.56º 0.74% 0.76% -
XYZ 24.6 40.92 9.73 -
YUV 148.11 73.2 91.55 -
System Red Green Blue C M Y K H S L
Decimal 97 193 51 0.50 0 0.74 0.24 100.56 0.58 0.48
Hex 61 C1 33 32 0 4A 18 65 3A 30
Octal 141 301 63 62 0 112 30 145 72 60
Binary 1100001 11000001 110011 110010 0 1001010 11000 1100101 111010 110000

Color Harmonies of #61C133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C133

Black with #61C133

Text Example


Text Example

White with #61C133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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