Html Css Color HEX #61BD34 Apple

📋 copy color: '#61BD34'

red 97 ◦ green 189 ◦ blue 52

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

Shades of Apple #61BD34

Tints of Apple #61BD34

RGB

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

 GREEN value IS 189 (74.22% from 255) = 55.92%

 BLUE value IS 52 (20.7% from 255) = 15.38%

R = 28.7%
G = 55.92%
B = 15.38%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#61BD34 (or 0x61BD34) is known color: Apple. HEX triplet: 61, BD and 34. RGB value is (97,189,52). Sum of RGB (Red+Green+Blue) = 97+189+52=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 189 (74.22% from 255 or 55.92% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 189 - color contains mainly: green. Hex color #61BD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BD34 is #9E42CB. Grayscale: #929292. Windows color (decimal): -10371788 or 3456353. OLE color: 3456353.

HSL color Cylindrical-coordinate representation of color #61BD34: hue angle of 100.29º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #61BD34 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 189 52 -
CMYK 0.49 0 0.72 0.26
HSL 100.29º 0.57% 0.47% -
HSV(B) 100.29º 0.72% 0.74% -
XYZ 23.75 39.18 9.56 -
YUV 145.87 75.02 93.14 -
System Red Green Blue C M Y K H S L
Decimal 97 189 52 0.49 0 0.72 0.26 100.29 0.57 0.47
Hex 61 BD 34 31 0 48 1A 64 39 2F
Octal 141 275 64 61 0 110 32 144 71 57
Binary 1100001 10111101 110100 110001 0 1001000 11010 1100100 111001 101111

Color Harmonies of #61BD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BD34

Black with #61BD34

Text Example


Text Example

White with #61BD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,189,52); }

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

background-color css

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

 a { background-color: rgb(97,189,52); }

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

border-color css

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

 span { border-color: rgb(97,189,52); }

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