Html Css Color HEX #5FC64C Apple

📋 copy color: '#5FC64C'

red 95 ◦ green 198 ◦ blue 76

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

Shades of Apple #5FC64C

Tints of Apple #5FC64C

RGB

 RED value IS 95 (37.5% from 255) = 25.75%

 GREEN value IS 198 (77.73% from 255) = 53.66%

 BLUE value IS 76 (30.08% from 255) = 20.6%

R = 25.75%
G = 53.66%
B = 20.6%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#5FC64C (or 0x5FC64C) is known color: Apple. HEX triplet: 5F, C6 and 4C. RGB value is (95,198,76). Sum of RGB (Red+Green+Blue) = 95+198+76=369 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.75% from 369); Green value is 198 (77.73% from 255 or 53.66% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 198 - color contains mainly: green. Hex color #5FC64C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC64C is #A039B3. Grayscale: #999999. Windows color (decimal): -10500532 or 5031519. OLE color: 5031519.

HSL color Cylindrical-coordinate representation of color #5FC64C: hue angle of 110.66º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FC64C is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 95 198 76 -
CMYK 0.52 0 0.62 0.22
HSL 110.66º 0.52% 0.54% -
HSV(B) 110.66º 0.62% 0.78% -
XYZ 26.22 43.34 13.82 -
YUV 153.3 84.38 86.42 -
System Red Green Blue C M Y K H S L
Decimal 95 198 76 0.52 0 0.62 0.22 110.66 0.52 0.54
Hex 5F C6 4C 34 0 3E 16 6F 34 36
Octal 137 306 114 64 0 76 26 157 64 66
Binary 1011111 11000110 1001100 110100 0 111110 10110 1101111 110100 110110

Color Harmonies of #5FC64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC64C

Black with #5FC64C

Text Example


Text Example

White with #5FC64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FC64C; }

 p { color: rgb(95,198,76); }

 H1.HeaderClassName
 {
   color: #5FC64C;
 }
 .AnyTagClassName
 {
   color: #5FC64C;
 }
</style>

background-color css

<style>
 a { background-color: #5FC64C; }

 a { background-color: rgb(95,198,76); }

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

border-color css

<style>
 span { border-color: #5FC64C; }

 span { border-color: rgb(95,198,76); }

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