Html Css Color HEX #5FD238 Apple

📋 copy color: '#5FD238'

red 95 ◦ green 210 ◦ blue 56

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

Shades of Apple #5FD238

Tints of Apple #5FD238

RGB

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

 GREEN value IS 210 (82.42% from 255) = 58.17%

 BLUE value IS 56 (22.27% from 255) = 15.51%

R = 26.32%
G = 58.17%
B = 15.51%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#5FD238 (or 0x5FD238) is known color: Apple. HEX triplet: 5F, D2 and 38. RGB value is (95,210,56). Sum of RGB (Red+Green+Blue) = 95+210+56=361 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.32% from 361); Green value is 210 (82.42% from 255 or 58.17% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 210 - color contains mainly: green. Hex color #5FD238 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD238 is #A02DC7. Grayscale: #9E9E9E. Windows color (decimal): -10497480 or 3723871. OLE color: 3723871.

HSL color Cylindrical-coordinate representation of color #5FD238: hue angle of 104.81º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5FD238 is Cyan = 0.55, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 95 210 56 -
CMYK 0.55 0 0.73 0.18
HSL 104.81º 0.63% 0.52% -
HSV(B) 104.81º 0.73% 0.82% -
XYZ 28.48 48.81 11.66 -
YUV 158.06 70.4 83.02 -
System Red Green Blue C M Y K H S L
Decimal 95 210 56 0.55 0 0.73 0.18 104.81 0.63 0.52
Hex 5F D2 38 37 0 49 12 69 3F 34
Octal 137 322 70 67 0 111 22 151 77 64
Binary 1011111 11010010 111000 110111 0 1001001 10010 1101001 111111 110100

Color Harmonies of #5FD238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD238

Black with #5FD238

Text Example


Text Example

White with #5FD238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,210,56); }

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

background-color css

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

 a { background-color: rgb(95,210,56); }

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

border-color css

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

 span { border-color: rgb(95,210,56); }

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