Html Css Color HEX #61C02E Apple

📋 copy color: '#61C02E'

red 97 ◦ green 192 ◦ blue 46

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

Shades of Apple #61C02E

Tints of Apple #61C02E

RGB

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

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

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

R = 28.96%
G = 57.31%
B = 13.73%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#61C02E (or 0x61C02E) is known color: Apple. HEX triplet: 61, C0 and 2E. RGB value is (97,192,46). Sum of RGB (Red+Green+Blue) = 97+192+46=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 192 (75.39% from 255 or 57.31% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 192 - color contains mainly: green. Hex color #61C02E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C02E is #9E3FD1. Grayscale: #939393. Windows color (decimal): -10371026 or 3063905. OLE color: 3063905.

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

Color convert

RGB 97 192 46 -
CMYK 0.49 0 0.76 0.25
HSL 99.04º 0.61% 0.47% -
HSV(B) 99.04º 0.76% 0.75% -
XYZ 24.27 40.44 9.11 -
YUV 146.95 71.03 92.37 -
System Red Green Blue C M Y K H S L
Decimal 97 192 46 0.49 0 0.76 0.25 99.04 0.61 0.47
Hex 61 C0 2E 31 0 4C 19 63 3D 2F
Octal 141 300 56 61 0 114 31 143 75 57
Binary 1100001 11000000 101110 110001 0 1001100 11001 1100011 111101 101111

Color Harmonies of #61C02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C02E

Black with #61C02E

Text Example


Text Example

White with #61C02E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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