Html Css Color HEX #5FCD4B Apple

📋 copy color: '#5FCD4B'

red 95 ◦ green 205 ◦ blue 75

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

Shades of Apple #5FCD4B

Tints of Apple #5FCD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20%

R = 25.33%
G = 54.67%
B = 20%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#5FCD4B (or 0x5FCD4B) is known color: Apple. HEX triplet: 5F, CD and 4B. RGB value is (95,205,75). Sum of RGB (Red+Green+Blue) = 95+205+75=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 205 (80.47% from 255 or 54.67% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCD4B is #A032B4. Grayscale: #9D9D9D. Windows color (decimal): -10498741 or 4967775. OLE color: 4967775.

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

Color convert

RGB 95 205 75 -
CMYK 0.54 0 0.63 0.20
HSL 110.77º 0.57% 0.55% -
HSV(B) 110.77º 0.63% 0.8% -
XYZ 27.82 46.6 14.19 -
YUV 157.29 81.56 83.57 -
System Red Green Blue C M Y K H S L
Decimal 95 205 75 0.54 0 0.63 0.20 110.77 0.57 0.55
Hex 5F CD 4B 36 0 3F 14 6F 39 37
Octal 137 315 113 66 0 77 24 157 71 67
Binary 1011111 11001101 1001011 110110 0 111111 10100 1101111 111001 110111

Color Harmonies of #5FCD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCD4B

Black with #5FCD4B

Text Example


Text Example

White with #5FCD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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