Html Css Color HEX #5FCC45 Apple

📋 copy color: '#5FCC45'

red 95 ◦ green 204 ◦ blue 69

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

Shades of Apple #5FCC45

Tints of Apple #5FCC45

RGB

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

 GREEN value IS 204 (80.08% from 255) = 55.43%

 BLUE value IS 69 (27.34% from 255) = 18.75%

R = 25.82%
G = 55.43%
B = 18.75%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#5FCC45 (or 0x5FCC45) is known color: Apple. HEX triplet: 5F, CC and 45. RGB value is (95,204,69). Sum of RGB (Red+Green+Blue) = 95+204+69=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 204 (80.08% from 255 or 55.43% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCC45 is #A033BA. Grayscale: #9C9C9C. Windows color (decimal): -10499003 or 4574303. OLE color: 4574303.

HSL color Cylindrical-coordinate representation of color #5FCC45: hue angle of 108.44º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5FCC45 is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 95 204 69 -
CMYK 0.53 0 0.66 0.2
HSL 108.44º 0.57% 0.54% -
HSV(B) 108.44º 0.66% 0.8% -
XYZ 27.39 46.05 13.08 -
YUV 156.02 78.89 84.48 -
System Red Green Blue C M Y K H S L
Decimal 95 204 69 0.53 0 0.66 0.2 108.44 0.57 0.54
Hex 5F CC 45 35 0 42 14 6C 39 36
Octal 137 314 105 65 0 102 24 154 71 66
Binary 1011111 11001100 1000101 110101 0 1000010 10100 1101100 111001 110110

Color Harmonies of #5FCC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCC45

Black with #5FCC45

Text Example


Text Example

White with #5FCC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,204,69); }

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

background-color css

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

 a { background-color: rgb(95,204,69); }

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

border-color css

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

 span { border-color: rgb(95,204,69); }

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