Html Css Color HEX #61BF4A Apple

📋 copy color: '#61BF4A'

red 97 ◦ green 191 ◦ blue 74

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

Shades of Apple #61BF4A

Tints of Apple #61BF4A

RGB

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

 GREEN value IS 191 (75% from 255) = 52.76%

 BLUE value IS 74 (29.3% from 255) = 20.44%

R = 26.8%
G = 52.76%
B = 20.44%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#61BF4A (or 0x61BF4A) is known color: Apple. HEX triplet: 61, BF and 4A. RGB value is (97,191,74). Sum of RGB (Red+Green+Blue) = 97+191+74=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 191 (75% from 255 or 52.76% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 191 - color contains mainly: green. Hex color #61BF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BF4A is #9E40B5. Grayscale: #959595. Windows color (decimal): -10371254 or 4898657. OLE color: 4898657.

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

Color convert

RGB 97 191 74 -
CMYK 0.49 0 0.61 0.25
HSL 108.21º 0.48% 0.52% -
HSV(B) 108.21º 0.61% 0.75% -
XYZ 24.8 40.3 12.95 -
YUV 149.56 85.36 90.51 -
System Red Green Blue C M Y K H S L
Decimal 97 191 74 0.49 0 0.61 0.25 108.21 0.48 0.52
Hex 61 BF 4A 31 0 3D 19 6C 30 34
Octal 141 277 112 61 0 75 31 154 60 64
Binary 1100001 10111111 1001010 110001 0 111101 11001 1101100 110000 110100

Color Harmonies of #61BF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BF4A

Black with #61BF4A

Text Example


Text Example

White with #61BF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,191,74); }

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

background-color css

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

 a { background-color: rgb(97,191,74); }

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

border-color css

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

 span { border-color: rgb(97,191,74); }

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