Html Css Color HEX #61D533 Apple

📋 copy color: '#61D533'

red 97 ◦ green 213 ◦ blue 51

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

Shades of Apple #61D533

Tints of Apple #61D533

RGB

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

 GREEN value IS 213 (83.59% from 255) = 59%

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

R = 26.87%
G = 59%
B = 14.13%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#61D533 (or 0x61D533) is known color: Apple. HEX triplet: 61, D5 and 33. RGB value is (97,213,51). Sum of RGB (Red+Green+Blue) = 97+213+51=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 213 (83.59% from 255 or 59.00% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 213 - color contains mainly: green. Hex color #61D533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D533 is #9E2ACC. Grayscale: #A0A0A0. Windows color (decimal): -10365645 or 3396961. OLE color: 3396961.

HSL color Cylindrical-coordinate representation of color #61D533: hue angle of 102.96º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #61D533 is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 213 51 -
CMYK 0.54 0 0.76 0.16
HSL 102.96º 0.66% 0.52% -
HSV(B) 102.96º 0.76% 0.84% -
XYZ 29.32 50.37 11.31 -
YUV 159.85 66.57 83.17 -
System Red Green Blue C M Y K H S L
Decimal 97 213 51 0.54 0 0.76 0.16 102.96 0.66 0.52
Hex 61 D5 33 36 0 4C 10 67 42 34
Octal 141 325 63 66 0 114 20 147 102 64
Binary 1100001 11010101 110011 110110 0 1001100 10000 1100111 1000010 110100

Color Harmonies of #61D533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D533

Black with #61D533

Text Example


Text Example

White with #61D533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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