Html Css Color HEX #61C340 Apple

📋 copy color: '#61C340'

red 97 ◦ green 195 ◦ blue 64

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

Shades of Apple #61C340

Tints of Apple #61C340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.98%

R = 27.25%
G = 54.78%
B = 17.98%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#61C340 (or 0x61C340) is known color: Apple. HEX triplet: 61, C3 and 40. RGB value is (97,195,64). Sum of RGB (Red+Green+Blue) = 97+195+64=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 195 (76.56% from 255 or 54.78% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 195 - color contains mainly: green. Hex color #61C340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C340 is #9E3CBF. Grayscale: #979797. Windows color (decimal): -10370240 or 4244321. OLE color: 4244321.

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

Color convert

RGB 97 195 64 -
CMYK 0.50 0 0.67 0.24
HSL 104.89º 0.52% 0.51% -
HSV(B) 104.89º 0.67% 0.76% -
XYZ 25.37 41.94 11.61 -
YUV 150.76 79.03 89.65 -
System Red Green Blue C M Y K H S L
Decimal 97 195 64 0.50 0 0.67 0.24 104.89 0.52 0.51
Hex 61 C3 40 32 0 43 18 69 34 33
Octal 141 303 100 62 0 103 30 151 64 63
Binary 1100001 11000011 1000000 110010 0 1000011 11000 1101001 110100 110011

Color Harmonies of #61C340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C340

Black with #61C340

Text Example


Text Example

White with #61C340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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