Html Css Color HEX #61C03C Apple

📋 copy color: '#61C03C'

red 97 ◦ green 192 ◦ blue 60

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

Shades of Apple #61C03C

Tints of Apple #61C03C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.01%

 BLUE value IS 60 (23.83% from 255) = 17.19%

R = 27.79%
G = 55.01%
B = 17.19%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#61C03C (or 0x61C03C) is known color: Apple. HEX triplet: 61, C0 and 3C. RGB value is (97,192,60). Sum of RGB (Red+Green+Blue) = 97+192+60=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #61C03C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C03C is #9E3FC3. Grayscale: #949494. Windows color (decimal): -10371012 or 3981409. OLE color: 3981409.

HSL color Cylindrical-coordinate representation of color #61C03C: hue angle of 103.18º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61C03C is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 192 60 -
CMYK 0.49 0 0.69 0.25
HSL 103.18º 0.52% 0.49% -
HSV(B) 103.18º 0.69% 0.75% -
XYZ 24.6 40.57 10.81 -
YUV 148.55 78.03 91.23 -
System Red Green Blue C M Y K H S L
Decimal 97 192 60 0.49 0 0.69 0.25 103.18 0.52 0.49
Hex 61 C0 3C 31 0 45 19 67 34 31
Octal 141 300 74 61 0 105 31 147 64 61
Binary 1100001 11000000 111100 110001 0 1000101 11001 1100111 110100 110001

Color Harmonies of #61C03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C03C

Black with #61C03C

Text Example


Text Example

White with #61C03C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,192,60); }

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

background-color css

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

 a { background-color: rgb(97,192,60); }

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

border-color css

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

 span { border-color: rgb(97,192,60); }

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