Html Css Color HEX #5EBF3C Apple

📋 copy color: '#5EBF3C'

red 94 ◦ green 191 ◦ blue 60

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

Shades of Apple #5EBF3C

Tints of Apple #5EBF3C

RGB

 RED value IS 94 (37.11% from 255) = 27.25%

 GREEN value IS 191 (75% from 255) = 55.36%

 BLUE value IS 60 (23.83% from 255) = 17.39%

R = 27.25%
G = 55.36%
B = 17.39%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#5EBF3C (or 0x5EBF3C) is known color: Apple. HEX triplet: 5E, BF and 3C. RGB value is (94,191,60). Sum of RGB (Red+Green+Blue) = 94+191+60=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 191 (75% from 255 or 55.36% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBF3C is #A140C3. Grayscale: #939393. Windows color (decimal): -10567876 or 3981150. OLE color: 3981150.

HSL color Cylindrical-coordinate representation of color #5EBF3C: hue angle of 104.43º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5EBF3C is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 191 60 -
CMYK 0.51 0 0.69 0.25
HSL 104.43º 0.52% 0.49% -
HSV(B) 104.43º 0.69% 0.75% -
XYZ 24.06 39.97 10.72 -
YUV 147.06 78.86 90.15 -
System Red Green Blue C M Y K H S L
Decimal 94 191 60 0.51 0 0.69 0.25 104.43 0.52 0.49
Hex 5E BF 3C 33 0 45 19 68 34 31
Octal 136 277 74 63 0 105 31 150 64 61
Binary 1011110 10111111 111100 110011 0 1000101 11001 1101000 110100 110001

Color Harmonies of #5EBF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBF3C

Black with #5EBF3C

Text Example


Text Example

White with #5EBF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,191,60); }

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

background-color css

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

 a { background-color: rgb(94,191,60); }

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

border-color css

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

 span { border-color: rgb(94,191,60); }

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