Html Css Color HEX #5FCD4D Apple

📋 copy color: '#5FCD4D'

red 95 ◦ green 205 ◦ blue 77

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

Shades of Apple #5FCD4D

Tints of Apple #5FCD4D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 54.38%

 BLUE value IS 77 (30.47% from 255) = 20.42%

R = 25.2%
G = 54.38%
B = 20.42%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#5FCD4D (or 0x5FCD4D) is known color: Apple. HEX triplet: 5F, CD and 4D. RGB value is (95,205,77). Sum of RGB (Red+Green+Blue) = 95+205+77=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 205 (80.47% from 255 or 54.38% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCD4D is #A032B2. Grayscale: #9D9D9D. Windows color (decimal): -10498739 or 5098847. OLE color: 5098847.

HSL color Cylindrical-coordinate representation of color #5FCD4D: hue angle of 111.56º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FCD4D is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 95 205 77 -
CMYK 0.54 0 0.62 0.20
HSL 111.56º 0.56% 0.55% -
HSV(B) 111.56º 0.62% 0.8% -
XYZ 27.89 46.63 14.55 -
YUV 157.52 82.56 83.41 -
System Red Green Blue C M Y K H S L
Decimal 95 205 77 0.54 0 0.62 0.20 111.56 0.56 0.55
Hex 5F CD 4D 36 0 3E 14 70 38 37
Octal 137 315 115 66 0 76 24 160 70 67
Binary 1011111 11001101 1001101 110110 0 111110 10100 1110000 111000 110111

Color Harmonies of #5FCD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCD4D

Black with #5FCD4D

Text Example


Text Example

White with #5FCD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,205,77); }

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

background-color css

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

 a { background-color: rgb(95,205,77); }

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

border-color css

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

 span { border-color: rgb(95,205,77); }

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