Html Css Color HEX #5FCA30 Apple

📋 copy color: '#5FCA30'

red 95 ◦ green 202 ◦ blue 48

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

Shades of Apple #5FCA30

Tints of Apple #5FCA30

RGB

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

 GREEN value IS 202 (79.3% from 255) = 58.55%

 BLUE value IS 48 (19.14% from 255) = 13.91%

R = 27.54%
G = 58.55%
B = 13.91%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#5FCA30 (or 0x5FCA30) is known color: Apple. HEX triplet: 5F, CA and 30. RGB value is (95,202,48). Sum of RGB (Red+Green+Blue) = 95+202+48=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 202 (79.30% from 255 or 58.55% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCA30 is #A035CF. Grayscale: #989898. Windows color (decimal): -10499536 or 3197535. OLE color: 3197535.

HSL color Cylindrical-coordinate representation of color #5FCA30: hue angle of 101.69º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5FCA30 is Cyan = 0.53, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 95 202 48 -
CMYK 0.53 0 0.76 0.21
HSL 101.69º 0.62% 0.49% -
HSV(B) 101.69º 0.76% 0.79% -
XYZ 26.37 44.89 10.07 -
YUV 152.45 69.05 87.02 -
System Red Green Blue C M Y K H S L
Decimal 95 202 48 0.53 0 0.76 0.21 101.69 0.62 0.49
Hex 5F CA 30 35 0 4C 15 66 3E 31
Octal 137 312 60 65 0 114 25 146 76 61
Binary 1011111 11001010 110000 110101 0 1001100 10101 1100110 111110 110001

Color Harmonies of #5FCA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCA30

Black with #5FCA30

Text Example


Text Example

White with #5FCA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,202,48); }

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

background-color css

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

 a { background-color: rgb(95,202,48); }

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

border-color css

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

 span { border-color: rgb(95,202,48); }

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