Html Css Color HEX #5FB24B Apple

📋 copy color: '#5FB24B'

red 95 ◦ green 178 ◦ blue 75

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

Shades of Apple #5FB24B

Tints of Apple #5FB24B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 51.15%

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

R = 27.3%
G = 51.15%
B = 21.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#5FB24B (or 0x5FB24B) is known color: Apple. HEX triplet: 5F, B2 and 4B. RGB value is (95,178,75). Sum of RGB (Red+Green+Blue) = 95+178+75=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 178 (69.92% from 255 or 51.15% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 178 - color contains mainly: green. Hex color #5FB24B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FB24B is #A04DB4. Grayscale: #8D8D8D. Windows color (decimal): -10505653 or 4960863. OLE color: 4960863.

HSL color Cylindrical-coordinate representation of color #5FB24B: hue angle of 108.35º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FB24B is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 95 178 75 -
CMYK 0.47 0 0.58 0.30
HSL 108.35º 0.41% 0.5% -
HSV(B) 108.35º 0.58% 0.7% -
XYZ 21.91 34.78 12.22 -
YUV 141.44 90.5 94.88 -
System Red Green Blue C M Y K H S L
Decimal 95 178 75 0.47 0 0.58 0.30 108.35 0.41 0.5
Hex 5F B2 4B 2F 0 3A 1E 6C 29 32
Octal 137 262 113 57 0 72 36 154 51 62
Binary 1011111 10110010 1001011 101111 0 111010 11110 1101100 101001 110010

Color Harmonies of #5FB24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB24B

Black with #5FB24B

Text Example


Text Example

White with #5FB24B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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